Skip to content

Commit e7f4149

Browse files
committed
use codecov v4; add token
1 parent 619a34e commit e7f4149

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
run: |
7171
python -c "import paths_cli"
7272
py.test -vv --cov --cov-report xml:cov.xml
73-
- uses: codecov/codecov-action@v2
73+
- uses: codecov/codecov-action@v4
7474
with:
7575
files: ./cov.xml
76+
env:
77+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)