Skip to content

Commit

Permalink
Drop continue-on-error from the codecov action
Browse files Browse the repository at this point in the history
Co-authored-by: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
  • Loading branch information
webknjaz and RonnyPfannschmidt committed Jun 21, 2024
1 parent 76c84da commit 057d27c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ jobs:
- name: Upload coverage to Codecov
if: "matrix.use_coverage"
uses: codecov/codecov-action@v4
continue-on-error: true
with:
fail_ci_if_error: false
files: ./coverage.xml
Expand Down

0 comments on commit 057d27c

Please sign in to comment.