Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Test JSON Ouput
Browse files Browse the repository at this point in the history
  • Loading branch information
OCram85 committed Apr 24, 2017
1 parent 94c522e commit c43d16d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/AppVeyor.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ Function Invoke-CoverageReport() {

$FileMap = New-PesterFileMap -SourceRoot '.\src' -PesterRoot '.\tests'
$CoverageReport = New-CoverageReport -PesterFileMap $FileMap -RepoToken $RepoToken
Write-Host "CoverageReport JSON:" -ForegroundColor Yellow
$CoverageReport | ConvertTo-Json -Depth 5 -Compress | Out-String | Write-Host
Publish-CoverageReport -CoverageReport $CoverageReport
}

Expand Down

0 comments on commit c43d16d

Please sign in to comment.