Skip to content

Commit 990f36d

Browse files
init
1 parent b6460c4 commit 990f36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test: $(TEST_TARGET)
4444

4545
cov:
4646
@echo "Collecting coverage data..."
47-
lcov --directory ./build --capture --output-file $(BUILD_DIR)/coverage.info --exclude '/usr/*' --exclude '*/bits/*'
47+
lcov --directory ./build --capture --output-file $(BUILD_DIR)/coverage.info --exclude '/usr/*'
4848
genhtml $(BUILD_DIR)/coverage.info --output-directory $(BUILD_DIR)/coverage_report
4949

5050
install: $(TARGET)

0 commit comments

Comments
 (0)