Skip to content

Commit d5d27a9

Browse files
authored
Add Codecov token (#31)
* Add Codecov token * Fix CI formatting * MIssing bracket * Allow failures
1 parent c84e100 commit d5d27a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- uses: codecov/codecov-action@v4
4444
with:
4545
files: lcov.info
46+
token: ${{ secrets.CODECOV_TOKEN }}
47+
fail_ci_if_error: false
4648
docs:
4749
name: Documentation
4850
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)