Skip to content

Commit

Permalink
coverage: do not fail ci if coverage fails
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungOnion committed May 27, 2024
1 parent 462fc60 commit 562f76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
file: ./cobertura.xml
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 562f76d

Please sign in to comment.