Skip to content

Commit

Permalink
Don't fail when codecov.io flakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 4, 2020
1 parent 4b72251 commit 58259e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- name: Install tox
run: python -m pip install tox
- name: Collect & Upload Coverage
# codecov.io is too flaky to fail for this right now
continue-on-error: true
run: python -m tox -e pypy3-format-codecov
env:
CODECOV_TOKEN: 2b38dae1-41c4-4435-a29d-79a1299e5617

0 comments on commit 58259e7

Please sign in to comment.