Skip to content

Commit

Permalink
Ignore lcov error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Jan 21, 2025
1 parent de5b933 commit 20ab101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ test: testcpp
lcov --capture --initial --directory . --output-file coverage/farmhash64.cov && \
env CTEST_OUTPUT_ON_FAILURE=1 make test | tee test.log ; test $${PIPESTATUS[0]} -eq 0 && \
lcov --no-checksum --directory . --capture --output-file coverage/farmhash64.info && \
lcov --remove coverage/farmhash64.info '*/test/*' '*/usr/include/x86_64-linux-gnu/bits*' --output-file coverage/farmhash64.info && \
lcov --ignore-errors unused --remove coverage/farmhash64.info '*/test/*' '*/usr/include/x86_64-linux-gnu/bits*' --output-file coverage/farmhash64.info && \
genhtml -o coverage -t "farmhash64 Test Coverage" coverage/farmhash64.info
ifeq ($(VH_BUILD_DOXYGEN),ON)
cd target && \
Expand Down

0 comments on commit 20ab101

Please sign in to comment.