Skip to content

Commit

Permalink
Fail CI if codecov step errors
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Apr 18, 2024
1 parent a9217cb commit 26e753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
file: ./lcov.info
flags: unittests
name: codecov-umbrella
fail_ci_if_error: false
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 26e753d

Please sign in to comment.