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 large integer handling #69

Merged
merged 3 commits into from
Aug 3, 2024
Merged

fix large integer handling #69

merged 3 commits into from
Aug 3, 2024

Conversation

davidhewitt
Copy link
Owner

Related to #67

Seems like large integers were not properly supported, I think this improves the situation.

Copy link

codecov bot commented Aug 3, 2024

Codecov Report

Attention: Patch coverage is 94.73684% with 3 lines in your changes missing coverage. Please review.

Project coverage is 81.25%. Comparing base (3dd7950) to head (61192c0).

Files Patch % Lines
src/de.rs 94.73% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
+ Coverage   80.58%   81.25%   +0.66%     
==========================================
  Files           3        3              
  Lines        1097     1152      +55     
  Branches     1097     1152      +55     
==========================================
+ Hits          884      936      +52     
- Misses        165      167       +2     
- Partials       48       49       +1     

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

@davidhewitt davidhewitt merged commit 30ce873 into main Aug 3, 2024
22 checks passed
@davidhewitt davidhewitt deleted the fix-integers branch August 10, 2024 20:44
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