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

Duplicate of #386 #393

Closed skirpichev closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #393 (6f09a62) into master (60cec0e) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #393   +/-   ##
=======================================
  Coverage   82.34%   82.34%           
=======================================
  Files          49       49           
  Lines       11552    11552           
  Branches     2150     2150           
=======================================
  Hits         9512     9512           
  Misses       2040     2040           
Impacted Files Coverage Δ
src/gmpy2_abs.c 100.00% <ø> (ø)
src/gmpy2_add.c 100.00% <ø> (ø)
src/gmpy2_binary.c 75.60% <ø> (ø)
src/gmpy2_cmp.c 70.29% <ø> (ø)
src/gmpy2_context.c 61.08% <ø> (ø)
src/gmpy2_divmod.c 98.94% <ø> (ø)
src/gmpy2_floordiv.c 100.00% <ø> (ø)
src/gmpy2_format.c 88.00% <ø> (ø)
src/gmpy2_fused.c 100.00% <ø> (ø)
src/gmpy2_math.c 84.36% <ø> (ø)
... and 24 more

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

casevh commented 1 year ago

Thanks.

Case