lunarmodules / luacov

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

Added reporting untested file feature #72

Closed InEdited closed 5 years ago

InEdited commented 5 years ago

Solves the issue #70 by adding an option in config files Works by adding all files that aren't tested in the directory to the reporter and calculate the percentage of total hits.

hishamhm commented 5 years ago

Closing this since #71 already provided this. Thank you for the PR!