Skip to content

Commit 831d823

Browse files
committed
i: don't fail CI jobs if code coverage reporting fails
1 parent 5ec1880 commit 831d823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
with:
9292
file: lcov.info
9393
token: ${{ secrets.CODECOV_TOKEN }}
94-
fail_ci_if_error: true
94+
fail_ci_if_error: false

0 commit comments

Comments
 (0)