lunarmodules / luacov

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

How to enable the luacov to support the test framework written by me? #104

Open Mrchenghao opened 1 year ago

Mrchenghao commented 1 year ago

My test framework is compiled with python or java, The test case is in the json format. When I load the luacov module in the lua code and run the test case, the statistics file cannot be generated.

Gruummy commented 1 year ago

Little bit low % of details ... What is your detailed setup ... what are your detailed luaconf settings ... are these settings correct ?

... which error you get ?

I there a error at all seen somewhere by you ?