File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments