lunarmodules / luacov

LuaCov is a simple coverage analyzer for Lua code.
http://lunarmodules.github.io/luacov/
MIT License
300 stars 68 forks source link

How to work with mixed lua and C modules #47

Closed daurnimator closed 8 years ago

daurnimator commented 8 years ago

Is there any recommend way to use luacov together with e.g. gcov to get a full picture of coverage between C and lua code?

mpeterv commented 8 years ago

luacov-coveralls supports merging reports with other tools supporting coveralls format, like cpp-coveralls for gcov. See https://github.com/moteus/luacov-coveralls#test-lua-module-written-on-lua-and-c-using-cpp-coveralls