Skip to content

Commit

Permalink
FIX: Don't fail on bad upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Jul 26, 2024
1 parent 8944735 commit 7c12ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: jhove-apps/target/site/jacoco-aggregate/jacoco.xml
fail_ci_if_error: true # optional (default = false)
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)
name: codecov-jhove
token: ${{ secrets.CODECOV_TOKEN }} # required
Expand Down

0 comments on commit 7c12ff2

Please sign in to comment.