Skip to content

Commit 94a8c81

Browse files
committed
dont fail on bad coverage report upload
1 parent 0500222 commit 94a8c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
uses: codecov/codecov-action@v1
3939
with:
4040
file: ./coverage.xml
41-
fail_ci_if_error: true
41+
fail_ci_if_error: false

0 commit comments

Comments
 (0)