Skip to content

Commit d1811c0

Browse files
committed
Fix codecov action
1 parent e545ac2 commit d1811c0

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
@@ -55,6 +55,8 @@ jobs:
5555
- uses: codecov/codecov-action@v4
5656
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
5757
with:
58+
fail_ci_if_error: true
59+
token: ${{ secrets.CODECOV_TOKEN }}
5860
file: lcov.info
5961
docs:
6062
name: Documentation

0 commit comments

Comments
 (0)