Skip to content

Commit

Permalink
omit deprecated code from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Jan 21, 2025
1 parent fba5a15 commit 79a8b9f
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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|.derivedData" \
-ignore-filename-regex "Tests/|.build|DerivedData|.derivedData|Deprecated/" \
"$BINARY_PATH" > "$TEMP_COVERAGE_DIR/$BINARY_NAME.info"

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

0 comments on commit 79a8b9f

Please sign in to comment.