dsccommunity / SqlServerDsc

This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
MIT License
360 stars 227 forks source link

SqlSetup: Add better validation of features #1911

Closed johlju closed 1 year ago

johlju commented 1 year ago

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 1 year ago

Codecov Report

Merging #1911 (f4fdec4) into main (2ea2c07) will increase coverage by 0%. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff          @@
##           main   #1911   +/-   ##
====================================
  Coverage    92%     92%           
====================================
  Files        88      91    +3     
  Lines      7678    7714   +36     
====================================
+ Hits       7075    7111   +36     
  Misses      603     603           
Flag Coverage Δ
unit 92% <100%> (+<1%) :arrow_up:
Impacted Files Coverage Δ
...dules/SqlServerDsc.Common/SqlServerDsc.Common.psm1 98% <ø> (ø)
source/DSCResources/DSC_SqlSetup/DSC_SqlSetup.psm1 98% <100%> (ø)
source/Private/Assert-Feature.ps1 100% <100%> (ø)
source/Private/Assert-SetupActionProperties.ps1 98% <100%> (+<1%) :arrow_up:
source/Private/Get-FileVersionInformation.ps1 100% <100%> (ø)
source/Public/Test-SqlDscIsSupportedFeature.ps1 100% <100%> (ø)