diff options
| -rw-r--r-- | appveyor.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index b2c7bf206..aeda4a204 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,5 +38,6 @@ build_script: - cmd: xmake lua tests\test.lua on_success: - - cmd: luacov - - ps: Write-Output (Invoke-Webrequest https://codecov.io/bash -UseBasicParsing).Content | C:\cygwin\bin\bash + - luacov + - pip install codecov + - codecov |
