lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

This is a new release of LuaCov, a coverage analysis tool for Lua:

Website: http://keplerproject.github.io/luacov/
GitHub: https://github.com/keplerproject/luacov

It is available via LuaRocks:

    luarocks install luacov

What's new in LuaCov 0.11.0:

* Fixed several cases of lines falsely reported as missed.
* Fixed luacov.tick module not working.
* Improved default reporter output format.
* Reduced coverage collection overhead.
* Changed how coverage is saved; it's now possible to start a child
Lua process with LuaCov enabled without wrapping the launch in
luacov.pause and luacov.resume in the parent.
* Several minor fixes and improvements.

Enjoy!

-- Peter