summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51 from spacewander/patch-1HEADmasterPeter Melnichenko2016-10-071-0/+1
|\
| * Add luacov-console罗泽轩2016-10-071-0/+1
* | Use latest hererocks on appveyor [ci skip]Peter Melnichenko2016-10-071-1/+1
|/
* 0.12.0 releasePeter Melnichenko2016-06-2914-73/+531
* 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
* Switch one of test configs to the new formatPeter Melnichenko2016-06-291-3/+1
* Allow setting globals in config to set optionsPeter Melnichenko2016-06-291-10/+11
* .luacheckrc: change `std` to minimal, fix warningsPeter Melnichenko2016-06-292-4/+4
* Improve config loading error handlingPeter Melnichenko2016-06-293-20/+136
* Update scm rockspecPeter Melnichenko2016-06-291-2/+2
* Mention `false` as default for `tick` option.Peter Melnichenko2016-06-291-1/+1
* Add a test for `tick` option in configPeter Melnichenko2016-06-284-21/+37
* 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 a test for cluacovPeter Melnichenko2016-06-263-0/+23
* Remove fixed release rockspecsPeter Melnichenko2016-06-2610-387/+0
* Fix cli/nested testPeter Melnichenko2016-06-261-2/+2
* 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-173-74/+94
* 0.11.0 releasempeterv2016-04-1811-100/+131
* Add Appveyor badge [ci skip]mpeterv2016-04-181-0/+1
* Fix "nested" CLI test for Windowsmpeterv2016-04-181-4/+4
* Add appveyor.ymlmpeterv2016-04-181-0/+21
* Port CLI test for Windowsmpeterv2016-04-182-13/+18
* Port filefilter test for Windowsmpeterv2016-04-181-3/+5
* Tweak a CLI test to test how missed lines are reportedmpeterv2016-04-182-10/+12
* Don't install LuaRocks on Travis-CImpeterv2016-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-172-57/+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-178-99/+165
* Change luacov.stats to take statsfile path as argumentmpeterv2016-04-173-13/+10
* Fix Luacheck warnings, add .luacheckrcmpeterv2016-04-175-14/+20
* Remove obsolete reporter examplempeterv2016-04-171-53/+0
* Fix luacov.tickmpeterv2016-04-173-3/+5
* Add a test for nested luacov executionmpeterv2016-04-176-0/+82
* Don't clear statsfile after loading from itmpeterv2016-04-172-25/+5
* Fix line filtering for `const}`mpeterv2016-04-172-1/+14
* Fix line filtering for `local x = (`mpeterv2016-04-172-0/+6
* Fix line filtering for `{},`mpeterv2016-04-172-0/+2
* Fix line filtering for simple single line expressionsmpeterv2016-04-172-2/+39