JuliaAlgebra / DynamicPolynomials.jl

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

Fix findfirst bug #7

Closed saschatimme closed 6 years ago

saschatimme commented 6 years ago

I missed one line in the last PR :(

blegat commented 6 years ago

Thanks !

codecov-io commented 6 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   99.02%   99.02%           
=======================================
  Files          15       15           
  Lines         715      715           
=======================================
  Hits          708      708           
  Misses          7        7
Impacted Files Coverage Δ
src/cmult.jl 100% <100%> (ø) :arrow_up:

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 30e2a03...606ccc3. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.021% when pulling 606ccc3cac45843b7e7ed3c690a06045b45a2a17 on saschatimme:findfirst2 into 30e2a03942a65b37367dccd7dadaf33428e3528c on JuliaAlgebra:master.