Skip to content

Commit

Permalink
Filter out system headers on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
phst committed Mar 5, 2022
1 parent a9fb0fc commit 13615bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/test/collect_coverage.sh
Expand Up @@ -235,6 +235,7 @@ LCOV_MERGER_CMD="${LCOV_MERGER} --coverage_dir=${COVERAGE_DIR} \
--filter_sources=/usr/bin/.+ \
--filter_sources=/usr/lib/.+ \
--filter_sources=/usr/include.+ \
--filter_sources=/Applications/.+ \
--filter_sources=.*external/.+ \
--source_file_manifest=${COVERAGE_MANIFEST}"

Expand Down

0 comments on commit 13615bd

Please sign in to comment.