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 2a56b4f commit 7cf56b7Copy full SHA for 7cf56b7
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
pip install coverage
34
coverage run -m pytest
35
- name: Submit coverage
36
- if: ${{ matrix.python-version == '3.8' }}
+ if: ${{ matrix.python-version == '3.9' }}
37
run: |
38
pip install codecov
39
codecov --token=${{ secrets.CODECOV_TOKEN }}
0 commit comments