Skip to content

Commit 1da5584

Browse files
Merge pull request #431 from wimpyprogrammer/feature/codecov-upload-token
Specify CodeCov upload token
2 parents 1823cf7 + beeb54d commit 1da5584

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)