Skip to content

Commit

Permalink
Update cov.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dexpota committed Oct 26, 2022
1 parent b2728ff commit 6eeaa0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ fi

mkdir -p "$(dirname "$OUTPUT_FILE")"

llvm-cov report \
xcrun llvm-cov report \
"${COV_BIN}" \
-instr-profile=$INSTR_PROFILE \
-ignore-filename-regex=$IGNORE_FILENAME_REGEX \
-use-color

llvm-cov export \
xcrun llvm-cov export \
"${COV_BIN}" \
-instr-profile=$INSTR_PROFILE \
-ignore-filename-regex=$IGNORE_FILENAME_REGEX \
-format=$FORMAT > $OUTPUT_FILE
-format=$FORMAT > $OUTPUT_FILE

0 comments on commit 6eeaa0e

Please sign in to comment.