Skip to content

Commit

Permalink
revert to fail_ci_if_error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Aug 12, 2024
1 parent e577fa6 commit 68c018d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
fail_ci_if_error: true
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 68c018d

Please sign in to comment.