Skip to content

Commit 4ebd9b0

Browse files
authored
Codecov improvements (#572)
1 parent 4dbbeed commit 4ebd9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
run: /bin/bash mfc.sh test -a -j $(nproc)
4141

4242
- name: Upload coverage reports to Codecov
43-
uses: codecov/codecov-action@v4.5.0
43+
uses: codecov/codecov-action@v4
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
46-
fail_ci_if_error: true
46+
fail_ci_if_error: false
4747
verbose: true
4848
env:
4949
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)