Skip to content

Commit 47c4149

Browse files
committed
feat(#194): update code coverage target and improve test configuration
- increase coverage percent target from 75 to 80 - streamline parameter usage in test configuration
1 parent 9f32210 commit 47c4149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/private/quality/GetNovaTestWorkflowContext.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Describe 'Get-NovaTestWorkflowContext' {
120120

121121
$result = Get-NovaTestWorkflowContext -TestOption @{} -BoundParameters @{}
122122

123-
$result.PesterConfig.CodeCoverage.CoveragePercentTarget | Should -Be 75
123+
$result.PesterConfig.CodeCoverage.CoveragePercentTarget | Should -Be 80
124124
}
125125
}
126126

0 commit comments

Comments
 (0)