remove debug output in appveyor build

This commit is contained in:
OCram85 2018-03-09 08:43:53 +01:00
parent 97a9238f87
commit 1adde5cec0
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ Function Invoke-CoverageReport() {
Import-Module ('.\src\{0}.psm1' -f $CALLSIGN) -Verbose -Force
$FileMap = New-PesterFileMap -SourceRoot '.\src' -PesterRoot '.\tests'
$FileMap | Format-List
$CoverageReport = New-CoverageReport -PesterFileMap $FileMap -RepoToken $RepoToken
Write-Host "CoverageReport JSON:" -ForegroundColor Yellow
$CoverageReport | Out-String | Write-Host