Skip to content

Commit

Permalink
Updated code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeep committed Aug 4, 2024
1 parent d7947b3 commit 17a0866
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Build and Test Proton as dependency in another package
run: xcodebuild build -destination "name=iPhone 15 Pro" -scheme "TestBuildPackage"
- name: Capture Proton Code Coverage
uses: codecov/[email protected]
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Build Example App
run: xcodebuild build -destination "name=iPhone 15 Pro" -scheme "ExampleApp"

0 comments on commit 17a0866

Please sign in to comment.