From 3a6fa73f62fe1c3825e7ff93e55c75807fa6f569 Mon Sep 17 00:00:00 2001 From: TitanSnow Date: Sat, 20 May 2017 17:23:16 +0800 Subject: use py version of codecov --- appveyor.yml | 5 +++-- 1 file 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 -- cgit v1.3.1