Skip to content

Commit 1b8a29f

Browse files
committed
Update codecov-action version
1 parent c10d706 commit 1b8a29f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ jobs:
7676
coverage run --branch --source=pytest_unordered -m pytest tests/
7777
coverage xml -o ./coverage.xml
7878
- name: Upload coverage to Codecov
79-
uses: codecov/codecov-action@v2
79+
uses: codecov/codecov-action@v4
8080
with:
8181
fail_ci_if_error: false
8282
files: ./coverage.xml
83+
token: ${{ secrets.CODECOV_TOKEN }}
8384
verbose: true

0 commit comments

Comments
 (0)