lua-users home
lua-l archive

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


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