Skip to content

Commit

Permalink
Debug commit, just to explain why coverage is not generated for some …
Browse files Browse the repository at this point in the history
…reason

Do I need make test before it
  • Loading branch information
Letme committed Jan 12, 2025
1 parent 3583406 commit 7fb63a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ utest:
coverage:
@echo "Produce coverage information"
@mkdir -p build
@ceedling -m $(CC) clobber gcov:all
@ceedling -v=5 -m $(CC) clobber gcov:all
@lcov --directory $(OBJDIR)/gcov/out/ --output-file $(OBJDIR)/lcov.info $(LCOVFLAGS) $(LCOVCONFIG)
@genhtml $(OBJDIR)/lcov.info -o $(OBJDIR)/coverage/ $(LCOVCONFIG)

Expand Down

0 comments on commit 7fb63a1

Please sign in to comment.