You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Adds missed-path reporting to the upstream Process-PSModule coverage
flow so consumer repositories do not need repo-local post-coverage jobs.
## Changes
- Extended .github/actions/Get-PesterCodeCoverage to generate a generic
missed-path report from merged coverage data.
- Added a Missed paths section to the code coverage step summary.
- Emit CodeCoverage-MissedPaths.md and CodeCoverage-MissedPaths.json
under CodeCoverage-MissedPaths/.
- Upload CodeCoverage-MissedPaths as an artifact in
.github/workflows/Get-CodeCoverage.yml.
## Notes
- The implementation intentionally avoids repo-specific heuristics and
groups misses by file path and missed line coverage.
- Artifact upload runs with if: always() so the report is still
available when coverage threshold enforcement fails.
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
0 commit comments