Skip to content

Commit 2eb1345

Browse files
authored
fix code cov (#150)
turns out the dependabot missed the fact that secrets are now needed.
1 parent b80e47b commit 2eb1345

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
@@ -28,6 +28,8 @@ jobs:
2828
- uses: codecov/codecov-action@v4
2929
with:
3030
file: lcov.info
31+
token: ${{ secrets.CODECOV_TOKEN }}
32+
fail_ci_if_error: true
3133

3234
docs:
3335
name: Documentation

0 commit comments

Comments
 (0)