[ANN] LuaCov 0.11.0 - coverage analysis tool
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: [ANN] LuaCov 0.11.0 - coverage analysis tool
- From: Peter Melnichenko <mpeterval@...>
- Date: 2016年4月18日 21:20:08 +0300
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