Skip to content

Commit

Permalink
update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MacOMNI committed Nov 13, 2024
1 parent 1253843 commit 22bf187
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,8 @@ jobs:
XCTEST_PATHS=$(find "${BIN_PATH}" -name '*.xctest')
for XCTEST_PATH in $XCTEST_PATHS; do
echo "Processing $XCTEST_PATH"
COV_BIN=$XCTEST_PATH
echo "Using COV_BIN: $COV_BIN"
# Export the code coverage for the current subproject and append to coverage.lcov
llvm-cov export "${COV_BIN}" \
llvm-cov export "${XCTEST_PATH}" \
-instr-profile=default.profdata \
-format lcov >> coverage.lcov \
-ignore-filename-regex=".build/repositories/*"
Expand Down

0 comments on commit 22bf187

Please sign in to comment.