Skip to content

Commit b600747

Browse files
committed
ci: make codecov upload non-fatal
1 parent 65545bd commit b600747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
files: build/reports/kover/report.xml
42-
fail_ci_if_error: true
42+
fail_ci_if_error: false

0 commit comments

Comments
 (0)