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
1 changed files with 1 additions and 0 deletions

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" \