Skip to content

Commit

Permalink
github-actions: add codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jul 7, 2020
1 parent 4b57c84 commit d59e4e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
pip install tox tox-gh-actions
- name: Test with tox
run: tox
- name: Upload to coverage
uses: codecov/codecov-action@v1
with:
flags: ${{ matrix.python-version }}

0 comments on commit d59e4e8

Please sign in to comment.