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 #471

Closed skirpichev closed 4 months ago

skirpichev commented 4 months ago
codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 89.47368% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 85.52%. Comparing base (eb8dfcb) to head (283c665). Report is 7 commits behind head on master.

Files Patch % Lines
src/gmpy2_cache.c 50.00% 4 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #471 +/- ## ========================================== - Coverage 85.55% 85.52% -0.03% ========================================== Files 49 50 +1 Lines 11678 11656 -22 Branches 2209 2202 -7 ========================================== - Hits 9991 9969 -22 Misses 1687 1687 ```

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

casevh commented 4 months ago

Looks good. Thanks for all the cleanup.

casevh