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 4b57c84 commit d59e4e8Copy full SHA for d59e4e8
.github/workflows/tox.yml
@@ -30,3 +30,7 @@ jobs:
30
pip install tox tox-gh-actions
31
- name: Test with tox
32
run: tox
33
+ - name: Upload to coverage
34
+ uses: codecov/codecov-action@v1
35
+ with:
36
+ flags: ${{ matrix.python-version }}
0 commit comments