brenoguim / flexclass

A library for classes with flexible layout
MIT License
56 stars 6 forks source link

Adding HTML-generating coverage report script #25

Closed eullerborges closed 3 years ago

eullerborges commented 3 years ago

This is a simple script that supports generating a coverage report in-place using lcov. This is what it looks like: image

I'm keeping this separate from #24 because this is completely optional. I think it's a great addition though since it allows one to check coverage statistics without pushing to GitHub. It's specially important considering our actions run only on the master branch.