Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrostruk committed Oct 19, 2024
1 parent 0569681 commit abf6f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-coverage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ foreach ($assembly in $jsonContent.coverage.assemblies) {

$sortedTable = $assemblyTableData | Sort-Object {
$nonExperimentalAssemblies -contains $_.'Assembly Name'
}
} -Descending

$sortedTable | Format-Table -AutoSize

Expand Down

0 comments on commit abf6f7b

Please sign in to comment.