Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Commit 840d53e

Browse files
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 tree

src/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LogGroup 'Init - Setup prerequisites' {
2424
}
2525
Import-Module -Name $name
2626
}
27-
Import-Module "$PSScriptRoot/Helpers.psm1"
27+
Import-Module "$PSScriptRoot/Get-PesterCodeCoverage.Helpers.psm1"
2828
}
2929

3030
$owner = $env:GITHUB_REPOSITORY_OWNER

0 commit comments

Comments
 (0)