Skip to content

Commit 429675f

Browse files
author
Tomasz Szymański
committed
fixed codecov integration in github actions
1 parent 87a483d commit 429675f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ jobs:
4242
- name: Test with pytest
4343
run: |
4444
python -m pytest --cov-report=xml --cov=storages/
45-
- uses: codecov/codecov-action@v1
45+
- uses: codecov/codecov-action@v2
4646
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}
4748
files: ./coverage.xml
4849
fail_ci_if_error: true
49-
name: trench
50+
name: simple-storage
5051
verbose: true

0 commit comments

Comments
 (0)