Skip to content

Commit ee510fd

Browse files
Add CoveragePercentTarget to CodeCoverage configuration in Module.Configuration.ps1
1 parent 2af6300 commit ee510fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/tests/Module/Module.Configuration.ps1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
Enabled = $true
44
}
55
CodeCoverage = @{
6-
Enabled = $true
7-
OutputFormat = 'JaCoCo'
8-
OutputEncoding = 'UTF8'
6+
Enabled = $true
7+
OutputFormat = 'JaCoCo'
8+
OutputEncoding = 'UTF8'
9+
CoveragePercentTarget = 80
910
}
1011
Output = @{
1112
Verbosity = 'Detailed'

0 commit comments

Comments
 (0)