Skip to content

Commit 8029a74

Browse files
committed
turn off CI failure for codecov
We are getting increasing failures because of this task
1 parent 74373bf commit 8029a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Tests
2525
run: python -m pytest -v
2626
- name: upload coverage to Codecov
27-
uses: codecov/codecov-action@v3
27+
uses: codecov/codecov-action@v1
2828
with:
2929
name: codecov-umbrella
30-
fail_ci_if_error: true
30+
fail_ci_if_error: false

0 commit comments

Comments
 (0)