aleaxit / gmpy

General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
506 stars 84 forks source link

Misc fixes #466

Closed skirpichev closed 5 months ago

skirpichev commented 5 months ago
codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (95a4ed2) 85.51% compared to head (2132a2d) 85.55%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #466 +/- ## ========================================== + Coverage 85.51% 85.55% +0.03% ========================================== Files 49 49 Lines 11691 11678 -13 Branches 2211 2209 -2 ========================================== - Hits 9998 9991 -7 + Misses 1693 1687 -6 ```

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

casevh commented 5 months ago

Thanks for the cleanup.