JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
127 stars 26 forks source link

Add test of finding stationary points #88

Open dpsanders opened 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #88 into master will decrease coverage by 6.51%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   64.97%   58.45%   -6.52%     
==========================================
  Files          11       11              
  Lines         551      544       -7     
==========================================
- Hits          358      318      -40     
- Misses        193      226      +33
Impacted Files Coverage Δ
src/quadratic.jl 88.88% <ø> (-7.41%) :arrow_down:
src/root_object.jl 14.28% <ø> (-10.72%) :arrow_down:
src/newton.jl 0% <ø> (ø) :arrow_up:
src/krawczyk.jl 0% <ø> (ø) :arrow_up:
src/newton1d.jl 70.9% <100%> (-16.37%) :arrow_down:
src/linear_eq.jl 66.21% <61.53%> (-18.92%) :arrow_down:
src/IntervalRootFinding.jl 7.89% <75%> (+3.24%) :arrow_up:
src/roots.jl 81.03% <85.71%> (-7.11%) :arrow_down:
src/contractors.jl 97.5% <96.77%> (+7.5%) :arrow_up:
... and 6 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 5a0027a...30e5771. Read the comment docs.