Skip to content

Commit fa6b30c

Browse files
author
MarcoFalke
committed
lcov: filter /usr/lib/ from coverage reports
1 parent d262789 commit fa6b30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ $(BITCOIN_CLI_BIN): FORCE
168168
$(MAKE) -C src $(@F)
169169

170170
if USE_LCOV
171-
LCOV_FILTER_PATTERN=-p "/usr/include/" -p "src/leveldb/" -p "src/bench/" -p "src/univalue" -p "src/crypto/ctaes" -p "src/secp256k1"
171+
LCOV_FILTER_PATTERN=-p "/usr/include/" -p "/usr/lib/" -p "src/leveldb/" -p "src/bench/" -p "src/univalue" -p "src/crypto/ctaes" -p "src/secp256k1"
172172

173173
baseline.info:
174174
$(LCOV) -c -i -d $(abs_builddir)/src -o $@

0 commit comments

Comments
 (0)