Skip to content

Commit ea5606a

Browse files
committed
feat(#194): update code coverage target to 80%
1 parent f0ee031 commit ea5606a

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)