We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74373bf commit 8029a74Copy full SHA for 8029a74
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Run Tests
25
run: python -m pytest -v
26
- name: upload coverage to Codecov
27
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v1
28
with:
29
name: codecov-umbrella
30
- fail_ci_if_error: true
+ fail_ci_if_error: false
0 commit comments