Closed cjprybol closed 7 years ago
Merging #192 into master will decrease coverage by
0.82%
. The diff coverage is69.23%
.
@@ Coverage Diff @@
## master #192 +/- ##
==========================================
- Coverage 64.56% 63.74% -0.83%
==========================================
Files 13 13
Lines 697 695 -2
==========================================
- Hits 450 443 -7
- Misses 247 252 +5
Impacted Files | Coverage Δ | |
---|---|---|
src/nullablevector.jl | 86.84% <100%> (ø) |
:arrow_up: |
src/primitives.jl | 100% <100%> (ø) |
:arrow_up: |
src/reduce.jl | 80.45% <33.33%> (ø) |
:arrow_up: |
src/indexing.jl | 78.04% <66.66%> (ø) |
:arrow_up: |
src/subarray.jl | 0% <0%> (-18.52%) |
:arrow_down: |
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 b584c81...0f7b25d. Read the comment docs.
@nalimilan
Thanks and sorry for the delay!
Supersedes https://github.com/JuliaStats/NullableArrays.jl/pull/189. Follows the approach of DataArrays https://github.com/JuliaStats/NullableArrays.jl/pull/189#issuecomment-294309229 and removes specialization in favor of a generic optimization as proposed by https://github.com/JuliaLang/julia/issues/21256.