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 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.8.tar.gz

It is available via LuaRocks, of course. Just type:

   luarocks install luacov

What's new:

* Improved lexer which reduces false positives
* luacov.pause() and luacov.resume() functions
* 'modules' option for configuration
* Plus several fixes and code cleanups

Full credit for this release goes to Peter Melnichenko — all I did was
review and merge the patches. :) Thanks for making LuaCov a better
tool for the entire community!

Enjoy!

-- Hisham
http://hisham.hm/