[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaCov 0.9 - coverage analysis tool
- From: Hisham <h@...>
- Date: Sun, 6 Dec 2015 21:31:43 -0200
Hi,
This is a new release of LuaCov, a coverage analysis tool for Lua:
Website: http://keplerproject.github.com/luacov/
Github: https://github.com/keplerproject/luacov
Tarball: http://keplerproject.github.com/luacov/downloads/luacov-0.9.tar.gz
It is available via LuaRocks, of course. Just type:
luarocks install luacov
What's new:
* with_luacov() function for covering coroutines created via the C API
* fix priorities in modules list
* improve coverage analysis/exclusions list
* improve handling of multiline function declarations
* LDoc documentation
Once again, full credit for this release goes to Peter Melnichenko.
Enjoy!
-- Hisham