Skip to content

Commit

Permalink
Remove failure in case of failed upload to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Mec-iS committed Mar 20, 2023
1 parent f498f96 commit d15ea43
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 @@ -41,4 +41,4 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit d15ea43

Please sign in to comment.