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

Fix of issue 0203. If the person is more that 100 years old the year … #208

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

FaediMichele
Copy link

If the person is more that 100 years old the year number in not computed correctly and an exception is raised. The fix attempt several time (3) to use the correct number until the exception is not raised

Related issue
#203

Checklist before requesting a review

  • I have performed a self-review of my code.
  • I have added tests for the proposed changes.
  • I have run the tests and there are not errors.

Michele Faedi and others added 2 commits November 22, 2024 17:14
…number in not computed correctly and an exception is raised. The fix attempt several time (3) to use the correct number until the exception is not raised
Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.83%. Comparing base (de8018d) to head (6794064).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #208      +/-   ##
==========================================
+ Coverage   97.77%   97.83%   +0.06%     
==========================================
  Files           6        6              
  Lines         315      324       +9     
==========================================
+ Hits          308      317       +9     
  Misses          7        7              
Flag Coverage Δ
unittests 97.83% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@fabiocaccamo fabiocaccamo self-assigned this Dec 3, 2024
@fabiocaccamo fabiocaccamo added the enhancement New feature or request label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants