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

Stdlib::Datasize: This CR adds a new data size type alias #1126

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

b4ldr
Copy link
Collaborator

@b4ldr b4ldr commented Sep 14, 2020

Many class/define parameters take a value representing a data size.
e.g. 1024Mb, 1024G, 100k

This new type provides a way to validate most common data type inputs

@b4ldr b4ldr requested a review from a team as a code owner September 14, 2020 10:26
Manay class/define paramters take a value representing a data size.
e.g. 1024Mb, 1024G, 100k

This new type provides a way to validate most common data type inputs
@codecov-commenter
Copy link

codecov-commenter commented Sep 14, 2020

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #1126   +/-   ##
=====================================
  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...90f2c5c. Read the comment docs.

@daianamezdrea
Copy link
Contributor

Hi @b4ldr, the PR looks good! Thank you for your contribution!

@daianamezdrea daianamezdrea merged commit d4477da into puppetlabs:main Sep 16, 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