Closed johlju closed 1 year ago
Merging #439 (30d9bbd) into main (73c8777) will decrease coverage by
1%
. Report is 2 commits behind head on main. The diff coverage is100%
.
@@ Coverage Diff @@
## main #439 +/- ##
===================================
- Coverage 81% 81% -1%
===================================
Files 44 44
Lines 2319 2326 +7
===================================
+ Hits 1899 1902 +3
- Misses 420 424 +4
Files Changed | Coverage Δ | |
---|---|---|
.build/tasks/release.module.build.ps1 | 82% <100%> (+<1%) |
:arrow_up: |
Looks great, LGTM!
Pull Request
Pull Request (PR) description
Added
Changed
./build.ps1 -Tasks test
. To run integration tests pass the parameterPesterPath
, e.g../build.ps1 -Tasks test -PesterPath 'tests/Integration'
.test
without it failing.Fixed
modify
section that was meant to reuse the already present but commentedPrerelease
key it also ran themodify
statement that adds aPrerelease
key that is needed for a module manifest that is created under Windows PowerShell. This resulted in twoPrerelease
keys when creating a module under PowerShell 7.x. Now it will add a commentedPerelease
key and then nextmodify
statement will remove the comment, making it work on all version of PowerShell. Fixes #436.origin
).Task list
build.ps1 -ResolveDependency
).This change is