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

Commit 23129ba

Browse files
Merge branch 'main' into dependabot/github_actions/super-linter/super-linter-8.7.0
2 parents 0e52e1f + 5594ae2 commit 23129ba

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)