File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,10 +141,10 @@ jobs:
141141 shell : pwsh
142142 run : |
143143 $ErrorActionPreference = 'Stop'
144- pwsh -NoProfile -File "$env:GITHUB_WORKSPACE\DevOps\Quality\test.ps1" -Suite Unit -Verbosity Detailed -CodeCoverage -MinimumCoveragePercent 45
144+ pwsh -NoProfile -File "$env:GITHUB_WORKSPACE\DevOps\Quality\test.ps1" -Suite Unit -Verbosity Detailed -CodeCoverage -MinimumCoveragePercent 50
145145
146146 - name : Upload unit test results
147- pwsh -NoProfile -File "$env:GITHUB_WORKSPACE\DevOps\Quality\test.ps1" -Suite Unit -Verbosity Detailed -CodeCoverage -MinimumCoveragePercent 50
147+ if : always()
148148 uses : actions/upload-artifact@v6
149149 with :
150150 name : pester-unit-results
Original file line number Diff line number Diff line change @@ -38,10 +38,9 @@ Use the docs website for the most up-to-date generated command reference and dev
3838
3939Code coverage is collected in CI for the ` Meta ` and ` Unit ` suites using the standard test entrypoint in ` DevOps/Quality/test.ps1 ` .
4040
41- CI enforces a minimum 45 % coverage threshold for the ` Unit ` suite.
41+ CI enforces a minimum 50 % coverage threshold for the ` Unit ` suite.
4242
4343Coverage artifacts are published on every CI run as:
44- CI enforces a minimum 50% coverage threshold for the ` Unit ` suite.
4544
4645* ` code-coverage-meta-results ` (` .artifacts/CodeCoverage.meta.xml ` )
4746* ` code-coverage-unit-results ` (` .artifacts/CodeCoverage.unit.xml ` )
You can’t perform that action at this time.
0 commit comments