Skip to content

Commit 39cbc6f

Browse files
committed
fix codecov action
1 parent b08591b commit 39cbc6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ jobs:
3535
run: |
3636
pip install tox
3737
tox
38-
- name: Submit to codecov
38+
- uses: codecov/codecov-action@v1
3939
if: ${{ matrix.python-version == '3.8' }}
40-
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)