Fix code coverage

Actually generate code coverage reports.
This commit is contained in:
Robin Malley 2022-09-02 23:22:08 +00:00
parent 872760c9ff
commit acebec5d73
1 changed files with 2 additions and 2 deletions

View File

@ -122,5 +122,5 @@ test : $(built) ## run the unit tests
cov : $(built) ## code coverage (based on unit tests)
$(Q)$(RM) kore_chroot/luacov.stats.out
$(Q)$(CD) kore_chroot && busted -v -c --no-keep-going #--exclude-tags slow
$(Q)$(CD) kore_chroot && luacov $(built)
$(Q)$($ECHO) "open kore_chroot/luacov.report.out to view coverage results."
$(Q)$(CD) kore_chroot && luacov endpoints/
$(Q)$(ECHO) "open kore_chroot/luacov.report.out to view coverage results."