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

Code refactor #6

Merged
merged 3 commits into from
Dec 22, 2023
Merged

Code refactor #6

merged 3 commits into from
Dec 22, 2023

Conversation

viepovsky
Copy link
Owner

@viepovsky viepovsky commented Dec 18, 2023

  • change class name PeselNumbers to PeselDigits
  • remove validation from PeselDigits constructor to validate and set digits in Pesel constructor
  • javadoc changes
  • readme.md update
  • PeselDigits is now abstract class, PeselDecoder is final class

- change class name PeselNumbers to PeselDigits
- remove validation from PeselDigits constructor
to validate and set digits in Pesel constructor
- javadoc changes
- readme.md update
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (59f85d3) 98.43% compared to head (be8b69e) 98.47%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master       #6      +/-   ##
============================================
+ Coverage     98.43%   98.47%   +0.03%     
- Complexity       80       84       +4     
============================================
  Files             7        7              
  Lines           192      197       +5     
  Branches         18       18              
============================================
+ Hits            189      194       +5     
  Misses            1        1              
  Partials          2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@viepovsky viepovsky merged commit 9f62eea into master Dec 22, 2023
4 checks passed
@viepovsky viepovsky deleted the pesel_v2.0.2 branch December 22, 2023 12:57
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.

1 participant