Skip to content

Commit

Permalink
[infra] Coverage: always exclude libFuzzer source from the report. (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor1s authored Aug 9, 2018
1 parent 48c648e commit b8a87a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/base-images/base-runner/coverage
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ rm *.profraw
# Generate HTML report.
llvm-cov show -format=html -output-dir=$REPORT_DIR -path-equivalence="/,$OUT" \
-Xdemangler c++filt -Xdemangler -n $COVERAGE_EXTRA_ARGS \
-ignore-filename-regex='.*src/libfuzzer/.*' \
-instr-profile=$PROFILE_FILE $objects

# Export coverage summary in JSON format.
Expand Down

0 comments on commit b8a87a8

Please sign in to comment.