We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6508b39 commit 1c4d374Copy full SHA for 1c4d374
.github/workflows/test_and_deploy.yml
@@ -65,7 +65,14 @@ jobs:
65
PLATFORM: ${{ matrix.platform }}
66
67
- name: Coverage
68
- uses: codecov/codecov-action@v3
+ 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
+
76
77
deploy:
78
# this will run when you have tagged a commit, starting with "v*"
0 commit comments