Skip to content

Commit 2d18575

Browse files
committed
CI: Fix configuration for codecov-action, it needs a secret now
1 parent f7e2549 commit 2d18575

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@ jobs:
6767
run: |
6868
poe test-coverage
6969
70-
# https://github.com/codecov/codecov-action
7170
- name: Upload coverage results to Codecov
7271
uses: codecov/codecov-action@v4
72+
env:
73+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7374
with:
74-
fail_ci_if_error: false
75-
continue-on-error: true
75+
env_vars: OS,PYTHON
76+
fail_ci_if_error: true
77+
flags: unittests
78+
name: codecov-umbrella

0 commit comments

Comments
 (0)