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

Change password length from int to uint #1

Merged
merged 3 commits into from
Aug 14, 2021
Merged

Conversation

GeistInDerSH
Copy link
Contributor

Change the variable types from int to uint for password length and number of generated strings. Done to avoid trying to have a password with a negative length

@codecov
Copy link

codecov bot commented Oct 25, 2020

Codecov Report

Merging #1 into master will decrease coverage by 2.17%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
- Coverage   89.47%   87.30%   -2.18%     
==========================================
  Files           1        1              
  Lines          76       63      -13     
==========================================
- Hits           68       55      -13     
  Misses          4        4              
  Partials        4        4              
Impacted Files Coverage Δ
generator/generator.go 87.30% <ø> (-2.18%) ⬇️

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 84682ec...5335b84. Read the comment docs.

@m1
Copy link
Owner

m1 commented Aug 14, 2021

LGTM. Thanks for the contribution!

@m1 m1 merged commit bce22cb into m1:master Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants