gaelcolas / Sampler

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

defaulting pipelines to build in a submodule of BuildModuleOutput #379

Closed gaelcolas closed 2 years ago

gaelcolas commented 2 years ago

Fixing default built submodule to be within a module subdir of output by default.


This change is Reviewable

gaelcolas commented 2 years ago

It's also a draft as I'm working on some other stuff and I need a PR for testing :)

codecov[bot] commented 2 years ago

Codecov Report

Merging #379 (73dbf3d) into main (1430b37) will decrease coverage by 23%. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           main   #379    +/-   ##
====================================
- Coverage    27%     4%   -24%     
====================================
  Files        40     12    -28     
  Lines      2212   1474   -738     
====================================
- Hits        615     60   -555     
+ Misses     1597   1414   -183     
Impacted Files Coverage Δ
...ampler/Public/Convert-SamplerHashtableToString.ps1
Sampler/Public/Get-PesterOutputFileFileName.ps1
Sampler/Public/Get-MofSchemaName.ps1
Sampler/Public/Get-OperatingSystemShortName.ps1
Sampler/Public/Get-BuiltModuleVersion.ps1
Sampler/Public/Get-SamplerBuiltModuleManifest.ps1
...mpler/Public/Get-SamplerCodeCoverageOutputFile.ps1
Sampler/Public/Split-ModuleVersion.ps1
Sampler/Public/Merge-JaCoCoReport.ps1
Sampler/Public/New-SampleModule.ps1
... and 18 more
gaelcolas commented 2 years ago

Making this change in another PR.