This commit is contained in:
OCram85 2020-10-01 14:09:16 +02:00
parent 42f47eb95a
commit e5ba3c8e1e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ test_script:
else {
Write-Warning "No CoverallsToken found. This build seems to be triggered by a PR. Skipping this step..."
}
if ($null -neq $Env:CodeCovToken) {
if ($null -ne $Env:CodeCovToken) {
Invoke-CodeCove
}
else {