0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-04 13:55:23 -05:00

lcov: filter /usr/lib64 from coverage report

This commit is contained in:
nijynot 2019-12-09 00:14:53 +01:00
parent a5a705b46d
commit f736f6920b

View file

@ -192,6 +192,7 @@ if USE_LCOV
LCOV_FILTER_PATTERN = \
-p "/usr/include/" \
-p "/usr/lib/" \
-p "/usr/lib64/" \
-p "src/leveldb/" \
-p "src/bench/" \
-p "src/univalue" \