Skip to content

Commit 686beae

Browse files
committed
Fix codecov action
1 parent 6e16ddc commit 686beae

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
@@ -60,6 +60,8 @@ jobs:
6060
- uses: codecov/codecov-action@v4
6161
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
6262
with:
63+
fail_ci_if_error: true
64+
token: ${{ secrets.CODECOV_TOKEN }}
6365
file: lcov.info
6466
docs:
6567
name: Documentation

0 commit comments

Comments
 (0)