Skip to content

Commit 1c4d374

Browse files
committed
add codecov token
1 parent 6508b39 commit 1c4d374

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,14 @@ jobs:
6565
PLATFORM: ${{ matrix.platform }}
6666

6767
- name: Coverage
68-
uses: codecov/codecov-action@v3
68+
uses: codecov/codecov-action@v5
69+
with:
70+
token: CODECOV_TOKEN=be4e7201-27a9-4b44-a4a6-ff2903872cf1
71+
files: .tox/*/coverage.xml
72+
flags: unittests
73+
name: codecov-umbrella
74+
fail_ci_if_error: true
75+
6976

7077
deploy:
7178
# this will run when you have tagged a commit, starting with "v*"

0 commit comments

Comments
 (0)