Skip to content

Commit 98de4b3

Browse files
committed
Revert unecessary changes
1 parent 5713102 commit 98de4b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

FreeRTOS/Test/CMock/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ $(LCOV_LIST) : zero_coverage
139139
make -C $(subst .info,,$(@F)) lcov
140140

141141
lcovhtml : $(COVINFO) | directories
142-
genhtml $(COVINFO) $(LCOV_OPTS) --output-directory $(COVERAGE_DIR) --quiet
142+
genhtml $(COVINFO) $(LCOV_OPTS) --output-directory $(COVERAGE_DIR) --quiet

FreeRTOS/Test/CMock/coverage.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ $(COVINFO_COMBINE) : $(LCOV_LIST)
9595

9696
# Add baseline / initial coverage generated by gcc to point out untagged functions
9797
$(COVINFO) : $(COVINFO_COMBINE) $(COVINFO_INITIAL)
98-
lcov $(LCOV_OPTS) -o $@ --add-tracefile $(COVINFO_INITIAL) --add-tracefile $(COVINFO_COMBINE)
98+
lcov $(LCOV_OPTS) -o $@ --add-tracefile $(COVINFO_INITIAL) --add-tracefile $(COVINFO_COMBINE)

0 commit comments

Comments
 (0)