Skip to content

Commit 1fe4cbe

Browse files
authored
Prevent codecov upload failures from failing CI (#41)
It seems that codecov has issues at times with uploading coveerage. Since the coverage run is set to fail under 100 we let codecov upload issues silently fail and continue to let pr's merge
1 parent 0de44c7 commit 1fe4cbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
uses: codecov/codecov-action@v3
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
50-
fail_ci_if_error: true
5150
files: ./tests/coverage.xml
5251
verbose: true
5352

0 commit comments

Comments
 (0)