Skip to content

Commit

Permalink
Disable fail build on Coverage capture failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeep committed Aug 7, 2024
1 parent eb7b2d7 commit 3c4e47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Capture Proton Code Coverage
uses: codecov/[email protected]
with:
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Build Example App
Expand Down

0 comments on commit 3c4e47e

Please sign in to comment.