Closed rofinn closed 6 years ago
Merging #11 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #11 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 20 21 +1
=====================================
+ Hits 20 21 +1
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 7b32460...1952b04. Read the comment docs.
This is to avoid ambiguity errors when converting a
Result
to aResult
(e.g.,map
over a function that returnsResult
types).