JuliaIntervals / ValidatedNumerics.jl

Rigorous floating-point calculations with interval arithmetic in Julia
Other
85 stars 17 forks source link

Add test of using user-defined function inside at-interval #248

Closed dpsanders closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 91.284% when pulling fb366f24f69f7dd420a318c4bad4e552fbfc2e76 on test_function_in_at_interval into c7a230af3d8331065b7baa92e1d322d15d5b0428 on master.

codecov-io commented 7 years ago

Codecov Report

Merging #248 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #248   +/-   ##
=======================================
  Coverage   91.28%   91.28%           
=======================================
  Files          26       26           
  Lines        1044     1044           
=======================================
  Hits          953      953           
  Misses         91       91

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 c7a230a...fb366f2. Read the comment docs.

lbenet commented 7 years ago

LGTM. Is this ready to be merged?

dpsanders commented 7 years ago

Yes, thanks.

lbenet commented 7 years ago

Merging...