Skip to content

Commit

Permalink
Fail build on CodeCov failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeep committed Aug 7, 2024
1 parent 410abee commit 9c74c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Capture Proton Code Coverage
uses: codecov/[email protected]
with:
fail_ci_if_error: false
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
#token: ${{ secrets.CODECOV_TOKEN }}
- name: Build Example App
run: xcodebuild build -destination "name=iPhone 15 Pro" -scheme "ExampleApp"

0 comments on commit 9c74c16

Please sign in to comment.