Skip to content

Commit 6ef55c9

Browse files
committed
rm coverage.info
1 parent 046523a commit 6ef55c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ ifneq ($(COVERAGE),false)
143143
mkdir -p $(COV_DIR)
144144
lcov --capture --directory . --output-file $(COV_DIR)/coverage.info $(subst src, --include src,${COV_FILES})
145145
genhtml $(COV_DIR)/coverage.info --output-directory $(COV_DIR)
146+
rm -rf $(COV_DIR)/coverage.info
146147
endif
147148

148149
# Clean up generated files

0 commit comments

Comments
 (0)