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 0f2ff31
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ 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
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Build Example App
run: xcodebuild build -destination "name=iPhone 15 Pro" -scheme "ExampleApp"

0 comments on commit 0f2ff31

Please sign in to comment.