Closed johlju closed 3 years ago
Merging #293 (299ac90) into main (05d476c) will decrease coverage by
0%
. The diff coverage is0%
.
@@ Coverage Diff @@
## main #293 +/- ##
===================================
- Coverage 28% 28% -1%
===================================
Files 38 38
Lines 1917 1919 +2
===================================
Hits 555 555
- Misses 1362 1364 +2
Impacted Files | Coverage Δ | |
---|---|---|
.build/tasks/Invoke-Pester.pester.build.ps1 | 0% <0%> (ø) |
Pull Request
Pull Request (PR) description
Fixed
Pester_If_Code_Coverage_Under_Threshold
correctly honors the zero value (0
) of the parameterCodeCoverageThreshold
when usingbuild.ps1
, and honors the zero value (0
) of the Pester advanced build configuration keyCoveragePercentTarget
. If the value is set to0
the task will now be skipped since code coverage was disabled.Task list
build.ps1 -ResolveDependency
).This change is