davidhewitt / pythonize

MIT License
198 stars 28 forks source link

fix large integer handling #69

Closed davidhewitt closed 1 month ago

davidhewitt commented 1 month ago

Related to #67

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

codecov[bot] commented 1 month ago

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 :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.