build: Add LCOV exception for crc32c

This commit is contained in:
Wladimir J. van der Laan 2019-11-07 14:03:04 +01:00
parent 3a037d0067
commit 402252a808
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ LCOV_FILTER_PATTERN = \
-p "/usr/lib/" \
-p "/usr/lib64/" \
-p "src/leveldb/" \
-p "src/crc32c/" \
-p "src/bench/" \
-p "src/univalue" \
-p "src/crypto/ctaes" \