Skip to content

Commit beeb54d

Browse files
Specify CodeCov upload token
v4 of the CodeCov GitHub action no longer supports tokenless uploading.
1 parent 1823cf7 commit beeb54d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ jobs:
4747
- name: Upload test coverage report to Codecov
4848
uses: codecov/codecov-action@v4.1.0
4949
with:
50-
fail_ci_if_error: false
50+
fail_ci_if_error: true
51+
env:
52+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)