Skip to content

Commit 3033c4b

Browse files
authored
Fix codecov integration (#81)
1 parent 2957d4b commit 3033c4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ jobs:
3737
- uses: codecov/codecov-action@v4
3838
with:
3939
file: lcov.info
40+
token: ${{ secrets.CODECOV_TOKEN }}
41+
fail_ci_if_error: true

0 commit comments

Comments
 (0)