Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add is_finite methods for various ring types #1842

Merged
merged 1 commit into from
Oct 10, 2024

Add `is_finite` methods for various ring types

791f95f
Select commit
Loading
Failed to load commit list.
Merged

Add is_finite methods for various ring types #1842

Add `is_finite` methods for various ring types
791f95f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 10, 2024 in 0s

88.10% (-0.04%) compared to 69ba0a5

View this Pull Request on Codecov

88.10% (-0.04%) compared to 69ba0a5

Details

Codecov Report

Attention: Patch coverage is 41.17647% with 10 lines in your changes missing coverage. Please review.

Project coverage is 88.10%. Comparing base (69ba0a5) to head (791f95f).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/LaurentPoly.jl 0.00% 2 Missing ⚠️
src/Rings.jl 60.00% 2 Missing ⚠️
src/FreeAssociativeAlgebra.jl 50.00% 1 Missing ⚠️
src/LaurentMPoly.jl 50.00% 1 Missing ⚠️
src/MPoly.jl 50.00% 1 Missing ⚠️
src/MatRing.jl 50.00% 1 Missing ⚠️
src/NCPoly.jl 0.00% 1 Missing ⚠️
src/Poly.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1842      +/-   ##
==========================================
- Coverage   88.14%   88.10%   -0.04%     
==========================================
  Files         120      120              
  Lines       30019    30031      +12     
==========================================
- Hits        26459    26458       -1     
- Misses       3560     3573      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.