Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new types for Stdlib::Ensure::File #1129

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

b4ldr
Copy link
Collaborator

@b4ldr b4ldr commented Sep 23, 2020

This PR adds some new types
Stdlib::Ensure::File covers all file ensures
Stdlib::Ensure::File::Link covers only link and absent
Stdlib::Ensure::File::File covers only file and absent
Stdlib::Ensure::File::Directory covers only directory and absent

This PR adds some new types
  Stdlib::Ensure::File covers all file ensures
  Stdlib::Ensure::File::Link covers only link and ensure
  Stdlib::Ensure::File::File covers only file and ensure
  Stdlib::Ensure::File::Directory covers only directory and ensure
@b4ldr b4ldr requested a review from a team as a code owner September 23, 2020 17:17
@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2020

Codecov Report

Merging #1129 into main will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #1129   +/-   ##
=====================================
  Coverage   5.31%   5.31%           
=====================================
  Files        185     185           
  Lines       5273    5272    -1     
=====================================
  Hits         280     280           
+ Misses      4993    4992    -1     
Impacted Files Coverage Δ
lib/facter/facter_dot_d.rb 39.39% <0.00%> (+0.39%) ⬆️

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 7c1ae25...b66fe04. Read the comment docs.

@sanfrancrisko sanfrancrisko merged commit ea528bf into puppetlabs:main Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants