PowerShell / PSDscResources

MIT License
129 stars 53 forks source link

Port clone dsc resource test improvements #159

Closed mhendric closed 5 years ago

mhendric commented 5 years ago

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov-io commented 5 years ago

Codecov Report

Merging #159 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev   #159   +/-   ##
===================================
  Coverage    83%    83%           
===================================
  Files        19     19           
  Lines      2760   2760           
  Branches      4      4           
===================================
  Hits       2303   2303           
  Misses      453    453           
  Partials      4      4
mhendric commented 5 years ago

Hey @PlagueHO , would you be able to review this when you get a chance? This is a direct port of your fix in XPSDesiredStateConfiguration. Thanks.