Skip to content

Commit 938c854

Browse files
committed
github-actions: add codecov upload
1 parent dcca00a commit 938c854

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
@@ -22,3 +22,7 @@ jobs:
2222
pip install tox tox-gh-actions
2323
- name: Test with tox
2424
run: tox
25+
- name: Upload to coverage
26+
uses: codecov/codecov-action@v1
27+
with:
28+
flags: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)