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

refactor #32

Merged
merged 3 commits into from
Nov 13, 2024
Merged

refactor #32

merged 3 commits into from
Nov 13, 2024

Conversation

ccoVeille
Copy link
Owner

  • chore: refactor code
  • fix: missing check on lower boundary for Int64
  • fix: underflow with min int64 with floats

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (6f47578) to head (f8ed6ac).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #32   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          156       185   +29     
=========================================
+ Hits           156       185   +29     

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

@ccoVeille ccoVeille marked this pull request as draft September 18, 2024 16:36
@ccoVeille ccoVeille marked this pull request as ready for review September 18, 2024 18:04
- remove assertNotNegative
- use checkLowerBoundary
it doesn't underflow due to float imprecision
@ccoVeille ccoVeille merged commit 1e9618e into main Nov 13, 2024
5 checks passed
@ccoVeille ccoVeille deleted the refactor branch November 13, 2024 00:22
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