Skip to content

Commit ddb6f12

Browse files
Update action refs and remove IsWindows shim reference from README
1 parent 8eb60d4 commit ddb6f12

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/Build-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Build module
33-
uses: PSModule/Build-PSModule@7a3ae1be38587e8051833d85ffa53c348de3cd0d # v4.0.13
33+
uses: PSModule/Build-PSModule@345728124d201f371a8b0f1aacb98f89000a06dc # v4.0.14
3434
with:
3535
Name: ${{ fromJson(inputs.Settings).Name }}
3636
ArtifactName: ${{ inputs.ArtifactName }}

.github/workflows/Test-Module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
path: ${{ fromJson(inputs.Settings).WorkingDirectory }}/outputs/module
6464

6565
- name: Test-Module
66-
uses: PSModule/Test-PSModule@d4d6d1d2ac1d243ca82c9c199371533e8d2220ef # v3.0.8
66+
uses: PSModule/Test-PSModule@8c3337136dc7cf320da39eeb50e776d04bc9ac73 # v3.0.10
6767
with:
6868
Name: ${{ fromJson(inputs.Settings).Name }}
6969
Debug: ${{ fromJson(inputs.Settings).Debug }}

.github/workflows/Test-SourceCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Test-SourceCode
30-
uses: PSModule/Test-PSModule@d4d6d1d2ac1d243ca82c9c199371533e8d2220ef # v3.0.8
30+
uses: PSModule/Test-PSModule@8c3337136dc7cf320da39eeb50e776d04bc9ac73 # v3.0.10
3131
with:
3232
Debug: ${{ fromJson(inputs.Settings).Debug }}
3333
Prerelease: ${{ fromJson(inputs.Settings).Prerelease }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ The [PSModule - SourceCode tests](./scripts/tests/SourceCode/PSModule/PSModule.T
165165
- This produces a JSON-based report that is used by [Get-PesterTestResults](#get-test-results) evaluate the results of the tests.
166166
- **Code coverage for framework-generated code**: This step collects code coverage for framework-generated
167167
boilerplate. During the [build step](#build-module), [Build-PSModule](https://github.com/PSModule/Build-PSModule)
168-
injects boilerplate code into the compiled `.psm1` file — including the `$IsWindows` compatibility shim, type
169-
accelerator registration for public classes and enums, and the `OnRemove` cleanup hook. The framework tests in
168+
injects boilerplate code into the compiled `.psm1` file — including type accelerator registration for public classes
169+
and enums, and the `OnRemove` cleanup hook. The framework tests in
170170
[Test-PSModule](https://github.com/PSModule/Test-PSModule) exercise these code paths and produce coverage artifacts
171171
that are aggregated with coverage from [Test-ModuleLocal](#test-module) in the
172172
[Get code coverage](#get-code-coverage) step. This keeps framework-generated lines from counting against the module

0 commit comments

Comments
 (0)