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 b6460c4 commit 990f36dCopy full SHA for 990f36d
Makefile
@@ -44,7 +44,7 @@ test: $(TEST_TARGET)
44
45
cov:
46
@echo "Collecting coverage data..."
47
- lcov --directory ./build --capture --output-file $(BUILD_DIR)/coverage.info --exclude '/usr/*' --exclude '*/bits/*'
+ lcov --directory ./build --capture --output-file $(BUILD_DIR)/coverage.info --exclude '/usr/*'
48
genhtml $(BUILD_DIR)/coverage.info --output-directory $(BUILD_DIR)/coverage_report
49
50
install: $(TARGET)
0 commit comments