Skip to content

Commit eb339aa

Browse files
committed
fixup! github-actions: add codecov upload
1 parent b0060fc commit eb339aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Test with tox
3232
run: tox
3333
- name: Upload to coverage
34-
uses: codecov/[email protected]
35-
with:
36-
flags: ${{ matrix.python-version }}
34+
env:
35+
CODECOV_FLAGS: ${{ matrix.python-version }}
36+
run: bash <(curl -s https://codecov.io/bash)
3737
- name: Publish package to PyPI
3838
uses: pypa/gh-action-pypi-publish@master
3939
if: >-

0 commit comments

Comments
 (0)