We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc3369 commit 7b9ad82Copy full SHA for 7b9ad82
.github/workflows/test.yml
@@ -40,4 +40,5 @@ jobs:
40
- name: Upload coverage results to Codecov
41
uses: codecov/codecov-action@v2
42
with:
43
- fail_ci_if_error: true
+ fail_ci_if_error: false
44
+ continue-on-error: true
CHANGELOG.md
@@ -22,6 +22,7 @@
22
* Add `MANIFEST.in` to exclude specific files from `sdist` package
23
* CI: Update from `pep517.build` to `build`
24
* CI: Modernize package versions
25
+* CI: Don't fail run when upload to Codecov fails
26
27
28
<a name="1.0.3"></a>
0 commit comments