Try running codecov on AppVeyor.

This commit is contained in:
Florian Bruhin 2015-10-26 08:51:06 +01:00
parent 6f646a9da5
commit 0cdc744afd

View File

@ -23,3 +23,6 @@ after_test:
$file = '.\junit.xml'
(New-Object 'System.Net.WebClient').UploadFile($url, (Resolve-Path $file))
}
if ($env:TESTENV -eq 'py34') {
Invoke-Command codecov -e TESTENV -X gcov --required
}