dsccommunity / DscResource.Common

This module contains common functions that are used in DSC resources.
https://dsccommunity.org
MIT License
9 stars 9 forks source link

Added Public Function Test-IsNumericType #88

Closed hollanjs closed 1 year ago

hollanjs commented 1 year ago

Pull Request (PR) description

Moved Test-IsNumericType from a private function in SqlServerDsc to a public function in DscResource.Common Original issue logged in SqlServerDsc by @johlju Issue #1795

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 1 year ago

Codecov Report

Merging #88 (191d53e) into main (05e5294) will increase coverage by 0%. The diff coverage is 100%.

Impacted file tree graph

@@        Coverage Diff         @@
##           main   #88   +/-   ##
==================================
  Coverage    90%   91%           
==================================
  Files        28    29    +1     
  Lines       544   548    +4     
==================================
+ Hits        495   499    +4     
  Misses       49    49           
Impacted Files Coverage Δ
source/Public/Test-IsNumericType.ps1 100% <100%> (ø)
hollanjs commented 1 year ago

Related SqlServerDsc PR #1823

johlju commented 1 year ago

@hollanjs thank you! 🙂