Skip to content

Commit 2d4574a

Browse files
committed
Merge #19861: build: add /usr/local/ to LCOV_FILTER_PATTERN for macOS builds
9bdde3c build: add /usr/local/ to LCOV_FILTER_PATTERN for macOS builds (eugene) Pull request description: With this commit, the files in /usr/local/ will not be included in `make cov` or `make cov_fuzz` coverage reports. This behavior could be observed when generating the reports on macOS with brew-installed clang. ACKs for top commit: fanquake: ACK 9bdde3c Tree-SHA512: 15cbe8d514651448f3d7b8b0a00939fd6bd6f15e6812f1959fcaaab7364ca2ef4ee34f2ff8950b7fdc8ae64d043dc5f7185c0601dd94780b41331337e5e84c45
2 parents c157a50 + 9bdde3c commit 2d4574a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ $(BITCOIN_WALLET_BIN): FORCE
181181

182182
if USE_LCOV
183183
LCOV_FILTER_PATTERN = \
184+
-p "/usr/local/" \
184185
-p "/usr/include/" \
185186
-p "/usr/lib/" \
186187
-p "/usr/lib64/" \

0 commit comments

Comments
 (0)