lunarmodules / luacov

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

include list is matched against without .lua #22

Closed daurnimator closed 9 years ago

daurnimator commented 9 years ago

Need to document the fact that you have to leave .lua off the file names in the include list.

mpeterv commented 9 years ago

Isn't it mentioned in the default options? https://github.com/keplerproject/luacov/blob/10f59c6edc9425ca066076e3d8ada32f39073549/src/luacov/defaults.lua#L37-L38

daurnimator commented 9 years ago

hrm. it appears so... not sure why I didn't see that.