Skip to content

Commit

Permalink
Update maven-build.yml for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman authored Jun 22, 2024
1 parent 1f21788 commit 3245aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ jobs:
with:
# we do not want to have coverage not reported for a PR.
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

test-java-8:
name: test Java 8 (no-build)
Expand Down

0 comments on commit 3245aa4

Please sign in to comment.