Skip to content

Commit 05af3b4

Browse files
committed
Fixing makefile
1 parent 0ffb672 commit 05af3b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ coverage:
9494
# --exclude docs --exclude extra --exclude unittest --exclude bld --exclude tools --exclude examples \
9595
# --gcov-options '\-lp' --dryrun
9696
lcov --base-directory src --directory src -c -o lcov.info
97-
lcov --remove lcov.info "*unittest*" -o lcov.info # remove output for external libraries
98-
lcov --remove lcov.info "/usr/include*" -o lcov.info # remove output for external libraries
97+
lcov --ignore-errors unused --remove lcov.info "*unittest*" -o lcov.info # remove output for external libraries
98+
lcov --ignore-errors unused --remove lcov.info "/usr/include*" -o lcov.info # remove output for external libraries
9999
# -rm -rf test_coverage
100100
# genhtml -o test_coverage -t "tinyproto test coverage" --num-spaces 4 lcov.info

0 commit comments

Comments
 (0)