Closed raandree closed 2 years ago
Merging #396 (ae5558c) into main (5640e43) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #396 +/- ##
===================================
Coverage 81% 81%
===================================
Files 41 41
Lines 2225 2225
===================================
Hits 1807 1807
Misses 418 418
Thanks, updated your branch. Waiting for build to work before merging but it looks good. The changelog entry could be clearer though...
Pull Request
Pull Request (PR) description
This PR almost only applies this project's code style rules to the file
\tests\QA\module.tests.ps1
. The only functional change is making use of the variable$ProjectName
instead of using the hard coded nameSampler
.The file
\Sampler\Templates\Sampler\module.tests.ps1.template
was synced with\tests\QA\module.tests.ps1
as the filemodule.tests.ps1.template
still used the Pester 4 syntax and simply does not work with new modules.Task list
build.ps1 -ResolveDependency
).This change is