lunarmodules / luacov

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

Allow omitting config options with default values #29

Closed mpeterv closed 9 years ago

mpeterv commented 9 years ago

When loading a config, if some options are missing, use default values for them instead. So that it is not necessary to copy luacov.defaults completely, only options with non-default values have to be set.

mpeterv commented 9 years ago

Repushed a fixed version which does not expose set_config function and keeps non-standard options which other luacov related tools may use (e.g. luacov-coveralls).

mpeterv commented 9 years ago

Thanks!