We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5713102 commit 98de4b3Copy full SHA for 98de4b3
2 files changed
FreeRTOS/Test/CMock/Makefile
@@ -139,4 +139,4 @@ $(LCOV_LIST) : zero_coverage
139
make -C $(subst .info,,$(@F)) lcov
140
141
lcovhtml : $(COVINFO) | directories
142
- genhtml $(COVINFO) $(LCOV_OPTS) --output-directory $(COVERAGE_DIR) --quiet
+ genhtml $(COVINFO) $(LCOV_OPTS) --output-directory $(COVERAGE_DIR) --quiet
FreeRTOS/Test/CMock/coverage.mk
@@ -95,4 +95,4 @@ $(COVINFO_COMBINE) : $(LCOV_LIST)
95
96
# Add baseline / initial coverage generated by gcc to point out untagged functions
97
$(COVINFO) : $(COVINFO_COMBINE) $(COVINFO_INITIAL)
98
- lcov $(LCOV_OPTS) -o $@ --add-tracefile $(COVINFO_INITIAL) --add-tracefile $(COVINFO_COMBINE)
+ lcov $(LCOV_OPTS) -o $@ --add-tracefile $(COVINFO_INITIAL) --add-tracefile $(COVINFO_COMBINE)
0 commit comments