Skip to content

Commit

Permalink
Write xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed May 27, 2024
1 parent 08d30c1 commit 221a04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ if ($CC) {
}

[xml] $jaCoCoReport = [xml] (& $Get_JaCoCoReportXml -CommandCoverage $breakpoints -TotalMilliseconds $sw.ElapsedMilliseconds -CoverageReport $coverageReport -Format "JaCoCo")
$jaCoCoReport | Set-Content -Path $PSScriptRoot/coverage.xml
$jaCoCoReport.OuterXml | Set-Content -Path $PSScriptRoot/coverage.xml
& $Write_CoverageReport -CoverageReport $coverageReport
}

Expand Down

0 comments on commit 221a04a

Please sign in to comment.