Skip to content

Commit 1f88ae1

Browse files
authored
Update ci.yml - add codecov token (#504)
1 parent c9f7293 commit 1f88ae1

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
@@ -58,6 +58,8 @@ jobs:
5858
- uses: codecov/codecov-action@v4
5959
with:
6060
file: lcov.info
61+
token: ${{ secrets.CODECOV_TOKEN }}
62+
fail_ci_if_error: true
6163
docs:
6264
runs-on: ubuntu-latest
6365
steps:

0 commit comments

Comments
 (0)