Skip to content

Commit

Permalink
Do Not Merge. Inspect .build directory in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 10, 2024
1 parent 113560d commit 1114aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Scripts/prepare-coverage-reports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -e
function exportlcov() {
executable_name=$1

ls -lR .build

executable=$(find .build/*/*/$executable_name.xctest/Contents/*/$executable_name -type f)
profile=$(find .build -type f -name 'default.profdata')
output_file_name="$executable_name.lcov"
Expand Down

0 comments on commit 1114aaa

Please sign in to comment.