Skip to content

Commit 7b9ad82

Browse files
committed
CI: Don't fail run when upload to Codecov fails
1 parent 6cc3369 commit 7b9ad82

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
- name: Upload coverage results to Codecov
4141
uses: codecov/codecov-action@v2
4242
with:
43-
fail_ci_if_error: true
43+
fail_ci_if_error: false
44+
continue-on-error: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* Add `MANIFEST.in` to exclude specific files from `sdist` package
2323
* CI: Update from `pep517.build` to `build`
2424
* CI: Modernize package versions
25+
* CI: Don't fail run when upload to Codecov fails
2526

2627

2728
<a name="1.0.3"></a>

0 commit comments

Comments
 (0)