Skip to content

Commit 8c7fceb

Browse files
committed
added codecov token
1 parent 4a92434 commit 8c7fceb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ jobs:
3939
tests/
4040
4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v4
42+
uses: codecov/codecov-action@v5
4343
with:
44-
file: ./coverage.xml
44+
files: ./coverage.xml
4545
flags: unittests
4646
name: codecov-umbrella
4747
fail_ci_if_error: false
48+
token: ${{ secrets.CODECOV_TOKEN }}
49+
verbose: true

0 commit comments

Comments
 (0)