Skip to content

Commit

Permalink
flag pester5 explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod committed Oct 21, 2024
1 parent 1b6d281 commit 389a334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/appveyor.post.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ foreach($coverageFile in $pester5CoverageFiles)
{
Write-Host -Object "appveyor.post: Sending $($coverageFile.FullName)" -ForeGroundColor DarkGreen
Push-AppveyorArtifact $coverageFile.FullName -FileName $coverageFile.Name
codecov -f $coverageFile.FullName --flag "ps,$($env:SCENARIO.ToLowerInvariant())" | Out-Null
codecov -f $coverageFile.FullName --flag "ps,pester5,$($env:SCENARIO.ToLowerInvariant())" | Out-Null
}

$sw.Stop()
Expand Down

0 comments on commit 389a334

Please sign in to comment.