iamed2 / ResultTypes.jl

A Result type for Julia—it's like Nullables for Exceptions
Other
94 stars 9 forks source link

Add docs, increase flexibility of functions, convert -> unwrap in some cases #12

Closed iamed2 closed 6 years ago

iamed2 commented 6 years ago

I intend to tag this as a minor release update and then remove deprecations and unexport iserror for a major release update.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #12   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          21     28    +7     
=====================================
+ Hits           21     28    +7
Impacted Files Coverage Δ
src/ResultTypes.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 7678334...7251bd2. Read the comment docs.

iamed2 commented 6 years ago

TODO before merge: get 100% coverage