[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaCov 0.6 - coverage analysis tool
- From: Hisham <h@...>
- Date: Wed, 10 Sep 2014 17:00:54 -0300
Hi,
This is a maintenance release of LuaCov, a small 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.6.tar.gz
It also available via LuaRocks, of course. Just type:
luarocks install luacov
What's new:
* Support for custom reporter objects
* Configuration option for processing/skipping code from strings
* Several fixes: behavior of on_exit, inclusion/exclusions lists, etc.
This release comes to you thanks to major contributions from Alexey
Melnichuk, and also from Gary Kramlich, Thijs Schreijer and yours
truly.
Enjoy!
-- Hisham