diff options
| author | nijynot <[email protected]> | 2019-12-09 00:14:53 +0100 |
|---|---|---|
| committer | nijynot <[email protected]> | 2019-12-09 00:14:53 +0100 |
| commit | f736f6920b160c9e7d7072500ddd0459c5181f86 (patch) | |
| tree | 066d79c682b1f23efbad7d2914152626168d36bd /Makefile.am | |
| parent | lcov: filter depends from coverage report (diff) | |
| download | discoin-f736f6920b160c9e7d7072500ddd0459c5181f86.tar.xz discoin-f736f6920b160c9e7d7072500ddd0459c5181f86.zip | |
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 0332e686d..f121c33b2 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" \ |