bluebird75 / luaunit

LuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to be used directly or work with Continuous Integration platforms (Jenkins, Maven, ...).
Other
572 stars 137 forks source link

test: fix check output depending on environment #115

Closed linuxmaniac closed 6 years ago

linuxmaniac commented 6 years ago

fixes #114

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.709% when pulling d8fd89e5a42d71476f0e9a6a5c57905dd8754e52 on linuxmaniac:vseva/fix_test into 00d145c1c2b78bf9cff80a8ac66ca72c0d5446f6 on bluebird75:master.

bluebird75 commented 6 years ago

Thanks