Skip to content

Commit 151d00f

Browse files
authored
stop failing when codecov is broken
Codecov keeps giving token errors / restrictions on calls that cause test failures. Let's disable test failures from this.
1 parent 839c5ae commit 151d00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
file: lcov.info
3939
token: ${{ secrets.CODECOV_TOKEN }}
40-
fail_ci_if_error: true
40+
fail_ci_if_error: false
4141
- uses: coverallsapp/github-action@master
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)