Skip to content

Commit 3c4e47e

Browse files
committed
Disable fail build on Coverage capture failure
1 parent eb7b2d7 commit 3c4e47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Capture Proton Code Coverage
3636
uses: codecov/[email protected]
3737
with:
38-
fail_ci_if_error: true
38+
fail_ci_if_error: false
3939
verbose: true
4040
token: ${{ secrets.CODECOV_TOKEN }}
4141
- name: Build Example App

0 commit comments

Comments
 (0)