File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments