ignore curl output

This commit is contained in:
OCram85 2020-09-28 13:10:57 +02:00
parent db8c04c008
commit b9e884a2e6
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ test_script:
}
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
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: |
# $CodeCoverage = Invoke-AppVeyorTests
# if ($null -ne $Env:CoverallsToken) {