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
510 stars 86 forks source link

Misc fixes #412

Closed skirpichev closed 1 year ago

skirpichev commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Merging #412 (f4ee430) into master (56475a0) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #412   +/-   ##
=======================================
  Coverage   82.53%   82.53%           
=======================================
  Files          49       49           
  Lines       11684    11684           
  Branches     2185     2185           
=======================================
  Hits         9643     9643           
  Misses       2041     2041           
Impacted Files Coverage Δ
src/gmpy2_mpz_pack.c 98.30% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

casevh commented 1 year ago

Thanks.

Case