This commit is contained in:
OCram85 2020-09-28 13:39:59 +02:00
parent 697e443a59
commit bc6ac5cd73
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
Invoke-Expression "bash codecov.sh -f 'coverage.xml' -t $Env:CodeCovToken" 2<&1
Invoke-Expression "bash codecov.sh -f 'coverage.xml' -t $Env:CodeCovToken" 2>&1
#- ps: |
# $CodeCoverage = Invoke-AppVeyorTests
# if ($null -ne $Env:CoverallsToken) {