lcov: filter /usr/lib/ from coverage reports
This commit is contained in:
parent
d26278988f
commit
fa6b30c40b
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ $(BITCOIN_CLI_BIN): FORCE
|
|||
$(MAKE) -C src $(@F)
|
||||
|
||||
if USE_LCOV
|
||||
LCOV_FILTER_PATTERN=-p "/usr/include/" -p "src/leveldb/" -p "src/bench/" -p "src/univalue" -p "src/crypto/ctaes" -p "src/secp256k1"
|
||||
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"
|
||||
|
||||
baseline.info:
|
||||
$(LCOV) -c -i -d $(abs_builddir)/src -o $@
|
||||
|
|
Loading…
Reference in a new issue