Skip to content

Commit f736f69

Browse files
committed
lcov: filter /usr/lib64 from coverage report
1 parent a5a705b commit f736f69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ if USE_LCOV
192192
LCOV_FILTER_PATTERN = \
193193
-p "/usr/include/" \
194194
-p "/usr/lib/" \
195+
-p "/usr/lib64/" \
195196
-p "src/leveldb/" \
196197
-p "src/bench/" \
197198
-p "src/univalue" \

0 commit comments

Comments
 (0)