Skip to content

Commit 71747cc

Browse files
phstcopybara-github
authored andcommitted
Filter out system headers on macOS.
Fixes bazelbuild#14969. RELNOTES: Bazel now no longer includes system headers on macOS in coverage reports (bazelbuild#14969). Closes bazelbuild#14971. PiperOrigin-RevId: 433753228
1 parent 76c1048 commit 71747cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/test/collect_coverage.sh

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ LCOV_MERGER_CMD="${LCOV_MERGER} --coverage_dir=${COVERAGE_DIR} \
235235
--filter_sources=/usr/bin/.+ \
236236
--filter_sources=/usr/lib/.+ \
237237
--filter_sources=/usr/include.+ \
238+
--filter_sources=/Applications/.+ \
238239
--filter_sources=.*external/.+ \
239240
--source_file_manifest=${COVERAGE_MANIFEST}"
240241

0 commit comments

Comments
 (0)