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

Closed skirpichev closed 1 year ago

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

Codecov Report

Merging #415 (7772fc6) into master (8733574) will increase coverage by 0.03%. The diff coverage is 100.00%.

: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     #415      +/-   ##
==========================================
+ Coverage   83.59%   83.63%   +0.03%     
==========================================
  Files          49       49              
  Lines       11713    11717       +4     
  Branches     2189     2190       +1     
==========================================
+ Hits         9792     9800       +8     
+ Misses       1921     1917       -4     
Impacted Files Coverage Δ
src/gmpy2_mpfr.c 76.00% <ø> (ø)
src/gmpy2_convert_mpc.c 82.82% <100.00%> (+1.59%) :arrow_up:

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

casevh commented 1 year ago

Thanks again.

Case