Try running codecov on AppVeyor.
This commit is contained in:
parent
6f646a9da5
commit
0cdc744afd
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user