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 2be5a27Copy full SHA for 2be5a27
.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 }}
tox.ini
@@ -24,7 +24,7 @@ deps =
pytest
pytest-cov
commands =
- pytest
+ pytest --cov=./
29
[testenv:lint]
30
deps =
0 commit comments