diff options
author | nijynot <nijynot@gmail.com> | 2019-12-09 00:14:53 +0100 |
---|---|---|
committer | nijynot <nijynot@gmail.com> | 2019-12-09 00:14:53 +0100 |
commit | f736f6920b160c9e7d7072500ddd0459c5181f86 (patch) | |
tree | 066d79c682b1f23efbad7d2914152626168d36bd /Makefile.am | |
parent | a5a705b46dd32f93857e916311e3b71cae8be6b7 (diff) |
lcov: filter /usr/lib64 from coverage report
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0332e686d3..f121c33b24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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" \ |