Skip to content

Commit

Permalink
fixup! github-actions: add codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 24, 2020
1 parent b0060fc commit eb339aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Test with tox
run: tox
- name: Upload to coverage
uses: codecov/codecov-action@v1.0.12
with:
flags: ${{ matrix.python-version }}
env:
CODECOV_FLAGS: ${{ matrix.python-version }}
run: bash <(curl -s https://codecov.io/bash)
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master
if: >-
Expand Down

0 comments on commit eb339aa

Please sign in to comment.