vppinfra: improve test coverage

Bonus corner-case bugfix in bitmap.h, found during the exercise.
Issue dates from 2001 or thereabouts. Please review this specific
change carefully.

lcov_post: filter system include directories and generated files in
build-root

Type: improvement

Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Iaa0b63e9dc571dfe3d992197ac49ba4d93403c61
This commit is contained in:
Dave Barach
2020-04-27 18:38:36 -04:00
committed by Florin Coras
parent bfb377ce79
commit 37b445468e
6 changed files with 128 additions and 2 deletions
+4 -1
View File
@@ -6,4 +6,7 @@ cd build-root
rm -rf html
mkdir html
lcov --no-checksum --directory . --capture --output-file out.info
genhtml out.info -o html
lcov --remove out.info \
"/usr/include/*" "*/build-root/*" "/opt/*" "/usr/lib/*" \
-o filtered.info
genhtml filtered.info -o html