Skip to content

Commit 33a77d3

Browse files
committed
Decreased CodeCoverageThreshold to 0.1 #174
1 parent d30678d commit 33a77d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Pester:
103103
# - FunctionalQuality
104104
# - TestQuality
105105
Tag:
106-
CodeCoverageThreshold: 0.30 # 85 # Set to 0 to bypass
106+
CodeCoverageThreshold: 0.10 # 85 # Set to 0 to bypass
107107
#CodeCoverageOutputFile: JaCoCo_$OsShortName.xml
108108
#CodeCoverageOutputFileEncoding: ascii
109109
# Use this if code coverage should be merged from several pipeline test jobs.

0 commit comments

Comments
 (0)