summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 0.12.0 releasePeter Melnichenko2016-06-292-5/+5
* Convert statsfile and reportfile paths to absolute on config loadPeter Melnichenko2016-06-291-0/+43
* Exit with 1 on config loading errorPeter Melnichenko2016-06-291-0/+1
* Add luacov.util to the default exclusion listPeter Melnichenko2016-06-291-0/+1
* Use the new util functions in luacov.reporterPeter Melnichenko2016-06-291-8/+4
* Allow setting globals in config to set optionsPeter Melnichenko2016-06-291-10/+11
* .luacheckrc: change `std` to minimal, fix warningsPeter Melnichenko2016-06-291-3/+3
* Improve config loading error handlingPeter Melnichenko2016-06-292-20/+135
* Mention `false` as default for `tick` option.Peter Melnichenko2016-06-291-1/+1
* Allow setting `tick` in configPeter Melnichenko2016-06-282-0/+7
* Add cluacov.version to the list of default exclusionsPeter Melnichenko2016-06-281-1/+2
* Add :on_file_error stub methodPeter Melnichenko2016-06-261-6/+21
* Add cluacov support for deepactivelinesPeter Melnichenko2016-06-182-31/+72
* Add cluacov support for debug hookPeter Melnichenko2016-06-171-1/+3
* Move debug.hook into a separate modulePeter Melnichenko2016-06-172-73/+92
* 0.11.0 releasempeterv2016-04-181-1/+1
* LDoc fixesmpeterv2016-04-181-0/+3
* Update CLI help messagempeterv2016-04-181-12/+14
* Add runner.version fieldmpeterv2016-04-181-0/+1
* Avoid an empty line in report when there are no filesmpeterv2016-04-181-7/+1
* Accumulate new coverage instead of storing all of itmpeterv2016-04-171-53/+32
* Save stats in sorted ordermpeterv2016-04-171-14/+18
* Don't increment tick counter for lines from ignored filesmpeterv2016-04-171-11/+11
* Change default reporter output formatmpeterv2016-04-171-21/+81
* Change luacov.stats to take statsfile path as argumentmpeterv2016-04-173-13/+10
* Fix Luacheck warnings, add .luacheckrcmpeterv2016-04-173-14/+17
* Fix luacov.tickmpeterv2016-04-172-2/+4
* Don't clear statsfile after loading from itmpeterv2016-04-172-25/+5
* Fix line filtering for `const}`mpeterv2016-04-171-1/+2
* Fix line filtering for `local x = (`mpeterv2016-04-171-0/+2
* Fix line filtering for `{},`mpeterv2016-04-171-0/+1
* Fix line filtering for simple single line expressionsmpeterv2016-04-171-0/+4
* Simplify identifiers and literal keywordsmpeterv2016-04-171-15/+31
* Remove two broken exclusion rulesmpeterv2016-04-171-2/+0
* Optimize runner.debug_hookmpeterv2016-04-101-14/+21
* Improve module prioritiesmpeterv2016-02-091-6/+36
* Update docs for inclusion patterns [ci skip]mpeterv2016-02-042-4/+4
* Fix pattern conversion in CLImpeterv2016-02-031-1/+1
* Clean-up src/bin/luacovmpeterv2016-02-031-49/+38
* Expose runner.debug_hookmpeterv2016-02-031-8/+22
* Added level parameter to the runner hook function allowing testbenches to add...aryajur2016-02-011-2/+3
* Fix Lua 5.1 incompatibilitympeterv2015-12-071-1/+1
* Improve docs for with_luacov()mpeterv2015-12-061-4/+11
* Set hook in with_luacov only when neededmpeterv2015-12-061-1/+4
* Implement luacov.runner.with_luacovmpeterv2015-12-061-0/+19
* Only wrap coroutine.create and coroutine.wrap when neededmpeterv2015-12-061-22/+39
* Fix module prioritympeterv2015-12-061-2/+6
* Print warning when a source file is not foundmpeterv2015-12-061-5/+6
* Add zero-hits exclusion rule for 'local x = nil'mpeterv2015-12-061-0/+1
* Filter out hanging table endingsmpeterv2015-12-041-0/+2