diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index f09e9d67..5b777596 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -43,13 +43,12 @@ before_build: | |||
43 | 43 | ||
44 | build_script: | 44 | build_script: |
45 | - luarocks install busted 1> NUL 2> NUL | 45 | - luarocks install busted 1> NUL 2> NUL |
46 | - luarocks install cluacov 1> NUL 2> NUL | ||
46 | 47 | ||
47 | test_script: | 48 | test_script: |
48 | - busted --lpath=.//?.lua --exclude-tags=ssh,unix,mock -Xhelper appveyor,%COMPILER% | 49 | - busted --lpath=.//?.lua --exclude-tags=ssh,unix,mock -Xhelper appveyor,%COMPILER% |
49 | 50 | ||
50 | after_test: | 51 | after_test: |
51 | - if "%LUA%"=="lua 5.1" (luarocks show bit32 || luarocks install bit32) | ||
52 | - luarocks install luacov | ||
53 | - pip install codecov | 52 | - pip install codecov |
54 | - luacov -c test/luacov.config | 53 | - luacov -c test/luacov.config |
55 | - cd test && codecov \ No newline at end of file | 54 | - cd test && codecov -f luacov.report.out -X gcov |