JuliaIntervals / ValidatedNumerics.jl

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

interior -> isinterior #233

Closed dpsanders closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 91.858% when pulling 0b422b59a24bc9d2a003e6b04b7d29b7a639bc61 on rename_interior into 968656c1edd26eadf02beb7c220ec1d3424ff259 on master.

codecov-io commented 7 years ago

Codecov Report

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

@@           Coverage Diff           @@
##           master     #233   +/-   ##
=======================================
  Coverage   91.85%   91.85%           
=======================================
  Files          26       26           
  Lines        1044     1044           
=======================================
  Hits          959      959           
  Misses         85       85
Impacted Files Coverage Δ
src/ValidatedNumerics.jl 100% <ø> (ø) :white_check_mark:
src/decorations/functions.jl 95% <ø> (ø) :white_check_mark:
src/intervals/set_operations.jl 95.23% <ø> (ø) :white_check_mark:

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 968656c...0b422b5. Read the comment docs.

lbenet commented 7 years ago

LGTM. I'm merging this. Thanks!