lunarmodules / luacov

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

Generate one report for multiple test files #112

Open nos86 opened 7 months ago

nos86 commented 7 months ago

Hello, first of all, thank you so much for your work. It is really appreciated.

Coming to my question, I have several test files that covers different part of my software; how can I set the lua-cov in order to run all test files first and then create a report of all runs, identifying the area of software that are not covered by any test?

Thanks in advance, Salvo