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

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

   luarocks install luacov

What's new:

* Improvement in detection of long strings. This may bring your
coverage percentages up a bit. At least it did for my projects. :)
* Added "savestepsize" option.
* Fix handling "codefromstring" option.

This release comes to you thanks to contributions from Alexey
Melnichuk, Kipras Mancevičius and yours truly.

Enjoy!

-- Hisham