Skip to content

Commit 6f2dbe6

Browse files
committed
build: do not fail build job on 'negative' coverage report
codecov is just for tracking progress on the coverage. It should not fail the build. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 5b5ac58 commit 6f2dbe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- uses: codecov/codecov-action@v5
2424
with:
2525
token: ${{ secrets.CODECOV_TOKEN }}
26-
fail_ci_if_error: true
26+
fail_ci_if_error: false

0 commit comments

Comments
 (0)