Skip to content

Commit

Permalink
stop failing when codecov is broken
Browse files Browse the repository at this point in the history
Codecov keeps giving token errors / restrictions on calls that cause test failures. Let's disable test failures from this.
  • Loading branch information
isaacsas committed Jun 10, 2024
1 parent 839c5ae commit 151d00f
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 @@ -37,7 +37,7 @@ jobs:
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 151d00f

Please sign in to comment.