gaelcolas / Sampler

Module template with build pipeline and examples, including DSC elements.
MIT License
167 stars 42 forks source link

Added task `Set_PSModulePath` for configuring the `PSModulePath` #404

Closed raandree closed 1 year ago

raandree commented 1 year ago

Pull Request

Pull Request (PR) description

Added

See details in the readme.md.

Task list


This change is Reviewable

codecov[bot] commented 1 year ago

Codecov Report

Merging #404 (ea0ebb1) into main (5969b30) will increase coverage by 0%. The diff coverage is 89%.

Impacted file tree graph

@@         Coverage Diff         @@
##           main   #404   +/-   ##
===================================
  Coverage    81%    81%           
===================================
  Files        42     44    +2     
  Lines      2249   2317   +68     
===================================
+ Hits       1836   1897   +61     
- Misses      413    420    +7     
Impacted Files Coverage Δ
.build/tasks/SetPsModulePath.build.ps1 75% <75%> (ø)
Sampler/Public/Set-SamplerPSModulePath.ps1 95% <95%> (ø)
johlju commented 1 year ago

I merged a fix for the unrelated test that failed. Should pass on next commit. 🙂

johlju commented 1 year ago

@raandree looks good to me now! Merged.