ignore curl output
This commit is contained in:
parent
db8c04c008
commit
b9e884a2e6
@ -52,7 +52,7 @@ test_script:
|
|||||||
}
|
}
|
||||||
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
|
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
|
||||||
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
|
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
|
||||||
bash codecov.sh -f "coverage.xml" -t $Env:CodeCovToken
|
Invoke-Expression "bash codecov.sh -f 'coverage.xml' -t $Env:CodeCovToken" 2<&1
|
||||||
#- ps: |
|
#- ps: |
|
||||||
# $CodeCoverage = Invoke-AppVeyorTests
|
# $CodeCoverage = Invoke-AppVeyorTests
|
||||||
# if ($null -ne $Env:CoverallsToken) {
|
# if ($null -ne $Env:CoverallsToken) {
|
||||||
|
Loading…
Reference in New Issue
Block a user