Skip to content

Commit 2d82698

Browse files
committed
Update Codecov action configuration to use secret token and disable CI failure on error
1 parent b0be9ec commit 2d82698

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ jobs:
8686
- name: Upload coverage to Codecov
8787
uses: codecov/codecov-action@v4
8888
with:
89+
token: ${{ secrets.CODECOV_TOKEN }}
8990
file: lcov.info
90-
fail_ci_if_error: true
91+
fail_ci_if_error: false
9192

9293
security:
9394
name: Security Audit

0 commit comments

Comments
 (0)