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 dcca00a commit 938c854Copy full SHA for 938c854
.github/workflows/tox.yml
@@ -22,3 +22,7 @@ jobs:
22
pip install tox tox-gh-actions
23
- name: Test with tox
24
run: tox
25
+ - name: Upload to coverage
26
+ uses: codecov/codecov-action@v1
27
+ with:
28
+ flags: ${{ matrix.python-version }}
0 commit comments