Skip to content

Commit d59e4e8

Browse files
committed
github-actions: add codecov upload
1 parent 4b57c84 commit d59e4e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tox.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030
pip install tox tox-gh-actions
3131
- name: Test with tox
3232
run: tox
33+
- name: Upload to coverage
34+
uses: codecov/codecov-action@v1
35+
with:
36+
flags: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)