Skip to content

Commit 0c29f25

Browse files
authored
Add CodeCov token (#339)
* Add CodeCov token * Missing bracket * Allow failures * Try again * False
1 parent 6028f5e commit 0c29f25

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
@@ -56,6 +56,8 @@ jobs:
5656
- uses: codecov/codecov-action@v4
5757
with:
5858
file: lcov.info
59+
token: ${{ secrets.CODECOV_TOKEN }}
60+
fail_ci_if_error: false
5961
docs:
6062
name: Documentation
6163
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)