kingsleyck / PSModulesDsc

DSC for managing Powershell modules
MIT License
3 stars 0 forks source link

Install NuGet provider when missing #4

Closed kingsleyck closed 6 years ago

kingsleyck commented 6 years ago

Pull Request (PR) description

Automatically install the NuGet package provider where required. This feature was added to prevent an interactive prompt to install the provider which will cause DSC application to hang.

This Pull Request (PR) fixes the following issues

None

Task list

codecov-io commented 6 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.28%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   94.49%   94.78%   +0.28%     
==========================================
  Files           2        2              
  Lines         109      115       +6     
==========================================
+ Hits          103      109       +6     
  Misses          6        6
Impacted Files Coverage Δ
...ces/PowershellRepository/PowershellRepository.psm1 90.76% <100%> (+0.44%) :arrow_up:
...ssResources/PowershellModule/PowershellModule.psm1 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aef1641...caf2c16. Read the comment docs.