Skip to content

Commit 570b132

Browse files
author
Tomasz Szymański
committed
roll back to v1 codecov workflow
1 parent 429675f commit 570b132

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
- name: Test with pytest
4343
run: |
4444
python -m pytest --cov-report=xml --cov=storages/
45-
- uses: codecov/codecov-action@v2
45+
- uses: codecov/codecov-action@v1
4646
with:
47-
token: ${{ secrets.CODECOV_TOKEN }}
4847
files: ./coverage.xml
4948
fail_ci_if_error: true
5049
name: simple-storage

0 commit comments

Comments
 (0)