lunarmodules / luacov

LuaCov is a simple coverage analyzer for Lua code.
http://lunarmodules.github.io/luacov/
MIT License
300 stars 68 forks source link

[Feature] HTML Reporter #93

Closed nidorx closed 2 years ago

nidorx commented 2 years ago

luacov-html-reporter

This implementation extends ReporterBase and generates the report in a single HTML file.

The code is formatted using Google Code Prettify, with a custom style for readability.

The html uses as favicon the new logo created in PR92

Configuration

reporter = "html"
reportfile = "luacov.report.html"

Sample report

luacov.report.html.zip

hishamhm commented 2 years ago

Cool! Thank you for the contribution! I will send you an invite to give you commit access so you can push any updates to the HTML reporter and any other features/fixes you'd like!