Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Apr 9, 2024
1 parent d14ad35 commit ad18417
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
java-version: ${{ matrix.java-version }}
cache: maven
- run: mvn --batch-mode verify -Dgpg.skip
coverage:
needs: build
runs-on: ubuntu-latest
steps:
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ad18417

Please sign in to comment.