We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046523a commit 6ef55c9Copy full SHA for 6ef55c9
Makefile
@@ -143,6 +143,7 @@ ifneq ($(COVERAGE),false)
143
mkdir -p $(COV_DIR)
144
lcov --capture --directory . --output-file $(COV_DIR)/coverage.info $(subst src, --include src,${COV_FILES})
145
genhtml $(COV_DIR)/coverage.info --output-directory $(COV_DIR)
146
+ rm -rf $(COV_DIR)/coverage.info
147
endif
148
149
# Clean up generated files
0 commit comments