Skip to content

Commit

Permalink
do not fail CI when coverage cannot be uploaded (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored Jan 23, 2023
1 parent 47678d7 commit d3264ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
file: ./coverage.xml
flags: tests
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d3264ab

Please sign in to comment.