Skip to content

Commit 58259e7

Browse files
committed
Don't fail when codecov.io flakes.
1 parent 4b72251 commit 58259e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- name: Install tox
2121
run: python -m pip install tox
2222
- name: Collect & Upload Coverage
23+
# codecov.io is too flaky to fail for this right now
24+
continue-on-error: true
2325
run: python -m tox -e pypy3-format-codecov
2426
env:
2527
CODECOV_TOKEN: 2b38dae1-41c4-4435-a29d-79a1299e5617

0 commit comments

Comments
 (0)