Closed johlju closed 2 years ago
Merging #391 (b4cb40e) into main (dade014) will increase coverage by
0%
. The diff coverage is100%
.
@@ Coverage Diff @@
## main #391 +/- ##
===================================
Coverage 80% 80%
===================================
Files 41 41
Lines 2195 2201 +6
===================================
+ Hits 1766 1772 +6
Misses 429 429
Impacted Files | Coverage Δ | |
---|---|---|
Sampler/scripts/Set-SamplerTaskVariable.ps1 | 96% <100%> (+<1%) |
:arrow_up: |
Merging this so the current preview is not released without this.
Pull Request
Pull Request (PR) description
Fixed
Set-SamplerTaskVariable
Get-BuiltModuleVersion
,Get-SamplerBuiltModuleManifest
,Get-SamplerBuiltModuleBase
, andGet-SamplerModuleRootPath
are currently built. The code that was reverted handles resolving the wildcard (*
) in the returned paths from the mentioned commands.Task list
build.ps1 -ResolveDependency
).This change is