[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaCov 0.7 - coverage analysis tool
- From: Hisham <h@...>
- Date: Mon, 12 Jan 2015 17:59:11 -0200
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