Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2018-11-27 00:13:56 +0300
committerThijs Schreijer <thijs@thijsschreijer.nl>2018-11-27 00:48:33 +0300
commite7e44c3ac3f009c7b327dd7ce8b315c144bcdfda (patch)
treebf6cdb4767af28ce938ce1fb3cd67289bf3636c5 /appveyor.yml
parentc1d17b924c34fa2ecbef00da26f621056dcb3d7d (diff)
add Windows stats to LuaCov
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5083e10..c606140 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,9 +15,13 @@ before_build:
- pip install hererocks
- hererocks here --%LUA% -rlatest
- call here\bin\activate
+ - luarocks install luacov-coveralls
build_script:
- luarocks make
test_script:
- - lua run.lua tests
+ - lua run.lua tests --luacov
+
+on_success:
+ #- luacov-coveralls