KlausC / CommutativeRings.jl

CAS, Commutative Rings, Fraction Fields, Quotient Rings, Polynomial Rings, Galois Fields
MIT License
9 stars 3 forks source link

cover intfactorization #14

Closed KlausC closed 2 years ago

KlausC commented 2 years ago

start effort to improve coverage from 78% to 100%

codecov-commenter commented 2 years ago

Codecov Report

Merging #14 (04dd9b9) into main (de51fe7) will increase coverage by 0.65%. The diff coverage is 73.89%.

:exclamation: Current head 04dd9b9 differs from pull request most recent head 41d6872. Consider uploading reports for the commit 41d6872 to get more accurate results

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   77.93%   78.58%   +0.65%     
==========================================
  Files          17       17              
  Lines        3648     3974     +326     
==========================================
+ Hits         2843     3123     +280     
- Misses        805      851      +46     
Impacted Files Coverage Δ
src/univarpolynom.jl 62.11% <0.00%> (+0.06%) :arrow_up:
src/fraction.jl 88.88% <50.00%> (ø)
src/enumerations.jl 77.96% <68.64%> (-19.82%) :arrow_down:
src/intfactorization.jl 63.69% <86.27%> (+10.48%) :arrow_up:
src/factorization.jl 91.71% <100.00%> (ø)
src/generic.jl 88.47% <100.00%> (ø)
src/linearalgebra.jl 88.33% <100.00%> (ø)
src/multivarpolynom.jl 91.44% <100.00%> (ø)
src/qq.jl 89.28% <100.00%> (ø)
src/zz.jl 90.69% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update de51fe7...41d6872. Read the comment docs.