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 8e633a5 commit c31957aCopy full SHA for c31957a
.github/workflows/coverage.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Collect & Upload Coverage
21
# codecov.io is too flaky to fail for this right now
22
continue-on-error: true
23
- run: python -m tox -e py39-format-codecov
+ run: python -m tox -e py310-format-codecov
24
env:
25
CODECOV_TOKEN: 2b38dae1-41c4-4435-a29d-79a1299e5617
0 commit comments