Skip to content

Commit

Permalink
Set Codecov coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Nov 14, 2023
1 parent acefd9b commit e91561e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,13 @@ jobs:
xcodebuild -workspace ${{ matrix.workspace }} \
-scheme ${{ matrix.scheme }} \
-destination '${{ matrix.destination }}' \
-resultBundlePath SwdUnitTests.xcresult \
-resultBundlePath ./coverage/SwdUnitTests.xcresult \
-enableCodeCoverage YES \
test | xcpretty && exit ${PIPESTATUS[0]}
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
directory: ./coverage/
files: ./coverage/SwdUnitTests.xcresult
verbose: true

0 comments on commit e91561e

Please sign in to comment.