Skip to content

Commit 2cc2071

Browse files
committed
Fix codecov action
1 parent 8082ab9 commit 2cc2071

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
if: matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
6060
with:
61+
fail_ci_if_error: true
62+
token: ${{ secrets.CODECOV_TOKEN }}
6163
file: lcov.info
6264
docs:
6365
name: Documentation

0 commit comments

Comments
 (0)