Skip to content

Commit

Permalink
chore: debug code coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Jan 24, 2024
1 parent 5327d5c commit b57daf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/composite_actions/run_xcodebuild_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ runs:
cd $(ls -d */|head -n 1)
pathCoverage=Build/Build/ProfileData/${PWD##*/}/Coverage.profdata
cd ${{ github.workspace }}
cd Build/Build/Products/Debug-iphonesimulator/
ls
cd ${{ github.workspace }}
xcrun llvm-cov export -format="lcov" -instr-profile $pathCoverage Build/Build/Products/Debug-iphonesimulator/$SCHEME.o > Coverage.lcov
shell: bash

Expand Down

0 comments on commit b57daf7

Please sign in to comment.