JuliaAlgebra / DynamicPolynomials.jl

Multivariate polynomials implementation of commutative and non-commutative variables
Other
60 stars 21 forks source link

Remove code that was for Julia v0.6 #39

Closed blegat closed 5 years ago

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-23.2%) to 76.446% when pulling 3100808f63c4d88b93979ef99cd1a4ccd4140207 on bl/subsv0.6 into 2a03f8e5190b82d8d947bbf9fb982cd0ebbe9a34 on master.

codecov-io commented 5 years ago

Codecov Report

Merging #39 into master will decrease coverage by 23.19%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   99.63%   76.44%   -23.2%     
==========================================
  Files          14       14              
  Lines         553      726     +173     
==========================================
+ Hits          551      555       +4     
- Misses          2      171     +169
Impacted Files Coverage Δ
src/subs.jl 87.93% <100%> (-12.07%) :arrow_down:
src/div.jl 64.7% <0%> (-35.3%) :arrow_down:
src/operators.jl 65.11% <0%> (-34.89%) :arrow_down:
src/term.jl 66.66% <0%> (-33.34%) :arrow_down:
src/poly.jl 65.54% <0%> (-33.19%) :arrow_down:
src/mult.jl 70.49% <0%> (-29.51%) :arrow_down:
src/diff.jl 70.58% <0%> (-29.42%) :arrow_down:
src/var.jl 74% <0%> (-26%) :arrow_down:
src/monovec.jl 74.61% <0%> (-24.37%) :arrow_down:
src/ncmult.jl 79.36% <0%> (-20.64%) :arrow_down:
... and 4 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 2a03f8e...3100808. Read the comment docs.