Skip to content

Commit

Permalink
[#407] Modify lcov commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 6, 2024
1 parent b188665 commit 47d9820
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 @@ -110,7 +110,7 @@ coverage-sample:

coverage:
lcov --capture --directory $(FSWBUILDDIR)/amd64-posix/default_cpu1 --output-file coverage.info
lcov --remove coverage.info '/usr/*' --output-file coverage.info
lcov --remove coverage.info '$(FSWBUILDDIR)/amd64-posix/default_cpu1/*' --output-file coverage.info
genhtml coverage.info --output-directory coverage

debug:
Expand Down

0 comments on commit 47d9820

Please sign in to comment.