JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 15 forks source link

Tight RPAs for constant TMs #12

Closed lbenet closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will increase coverage by 1.29%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   46.61%   47.91%   +1.29%     
==========================================
  Files          12       12              
  Lines         399      407       +8     
==========================================
+ Hits          186      195       +9     
+ Misses        213      212       -1
Impacted Files Coverage Δ
src/TMs/bounds.jl 92.98% <100%> (ø) :arrow_up:
src/TMs/rpa_functions.jl 100% <100%> (ø) :arrow_up:
src/TMs/arithmetic.jl 72.3% <0%> (+1.53%) :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 4f70e4a...1b6a09c. Read the comment docs.

lbenet commented 6 years ago

Merging.