Skip to content

Change the local coverage report to output html

Zac Pullar-Strecker requested to merge html-coverage into master

This changes the local unit-test command to output an html coverage report to log/coverage. This creates a nice line-by-line report.

It's not used on CI because then we lose the simple percentage displayed with pipeline status.

Merge request reports