diff options
| author | TitanSnow <[email protected]> | 2017-05-20 17:23:16 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-20 17:33:54 +0800 |
| commit | 3a6fa73f62fe1c3825e7ff93e55c75807fa6f569 (patch) | |
| tree | 5d7457fcfbc2c782a6e8ca9a5cd50df7d7a01dec | |
| parent | 8c5200b4ebdbca7c3ee18ec76d5e1c49a1fc115f (diff) | |
use py version of codecov
| -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 |
