Skip to content

Commit

Permalink
Disabled code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmedd committed May 18, 2021
1 parent 1049c2b commit 71c49bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.psake.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Task CreateArchive {
Task ExecuteTest {

$config = [PesterConfiguration]::Default
$config.CodeCoverage.Enabled = $true
$config.CodeCoverage.Enabled = $false
$config.TestResult.Enabled = $true
$config.TestResult.OutputFormat = 'JUnitXml'
$config.Output.Verbosity = 'Detailed'
Expand Down

0 comments on commit 71c49bd

Please sign in to comment.