Skip to content

Commit a29a7a0

Browse files
committed
Add LCOV exception for crc32c
1 parent 720ec68 commit a29a7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $(BITCOIND_BIN): FORCE
162162
$(MAKE) -C src $(@F)
163163

164164
if USE_LCOV
165-
LCOV_FILTER_PATTERN=-p "/usr/include/" -p "src/leveldb/" -p "src/univalue"
165+
LCOV_FILTER_PATTERN=-p "/usr/include/" -p "src/leveldb/" -p "src/crc32c/" -p "src/univalue"
166166

167167
baseline.info:
168168
$(LCOV) -c -i -d $(abs_builddir)/src -o $@

0 commit comments

Comments
 (0)