Skip to content

Commit

Permalink
ignore .derivedData
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Jan 16, 2025
1 parent 1a93302 commit fb12f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for TEST_BUNDLE in $TEST_BUNDLES; do
xcrun llvm-cov export \
-format=lcov \
-instr-profile "$PROFDATA_FILE" \
-ignore-filename-regex "Tests/|.build|DerivedData" \
-ignore-filename-regex "Tests/|.build|DerivedData|.derivedData" \
"$BINARY_PATH" > "$TEMP_COVERAGE_DIR/$BINARY_NAME.info"

if [ $? -ne 0 ]; then
Expand Down

0 comments on commit fb12f80

Please sign in to comment.