File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,11 @@ Summary:
7878# # Requirements
7979
80801. **Pester 6.1 Code Coverage Reports**
81+
8182 Preceding steps must generate JSON coverage reports named `*-CodeCoverage*.json`
83+ from the Pester 6.1 `CodeCoverage` result object. The action consumes
84+ ` CoveragePercent` , `CoveragePercentTarget`, `CommandsMissed`,
85+ ` CommandsExecuted` , and `FilesAnalyzed` plus their count properties.
8286
83872. **GitHub CLI**
8488 The action uses `gh run download` to fetch artifacts from the current workflow run
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ inputs:
8585 required : false
8686 CodeCoverage_OutputFormat :
8787 description : |
88- Format to use for code coverage report. Possible values: JaCoCo, CoverageGutters, Cobertura
88+ Format to use for code coverage report. Possible values in Pester 6.1 : JaCoCo or Cobertura.
8989 required : false
9090 CodeCoverage_OutputPath :
9191 description : |
@@ -113,7 +113,7 @@ inputs:
113113 required : false
114114 CodeCoverage_UseBreakpoints :
115115 description : |
116- EXPERIMENTAL: When false, use Profiler based tracer to do CodeCoverage instead of using breakpoints.
116+ When false, use the profiler- based tracer instead of breakpoints for code coverage .
117117 required : false
118118 CodeCoverage_SingleHitBreakpoints :
119119 description : |
You can’t perform that action at this time.
0 commit comments