Skip to content

Commit

Permalink
Merge pull request #236 from arbrandes/update-codecov
Browse files Browse the repository at this point in the history
build: set fail_ci_if_error to true
  • Loading branch information
Feanil Patel authored Jun 22, 2024
2 parents da926f8 + 33b072e commit 70162b6
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 @@ -42,5 +42,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
flags: unittests
fail_ci_if_error: false
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 70162b6

Please sign in to comment.