This repository was archived by the owner on Jul 16, 2026. It is now read-only.
Commit 840d53e
committed
maintenance: rename helper module to Get-PesterCodeCoverage.Helpers
Aligns with the action helper-module naming standard: name the module after the action, not the generic Helpers (which collides with the shared framework Helpers module in the runner's single module session). Renames src/Helpers.psm1 to src/Get-PesterCodeCoverage.Helpers.psm1 and updates the entry-script import. No runtime logic changed. Part of PSModule/Process-PSModule#364.1 parent cf9ad23 commit 840d53e
2 files changed
Lines changed: 1 addition & 1 deletion
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments