Closed johnnychen94 closed 3 years ago
Merging #12 (205b669) into master (dc3f05f) will increase coverage by
0.36%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #12 +/- ##
==========================================
+ Coverage 38.05% 38.41% +0.36%
==========================================
Files 10 10
Lines 339 341 +2
==========================================
+ Hits 129 131 +2
Misses 210 210
Impacted Files | Coverage Δ | |
---|---|---|
src/Sixel.jl | 100.00% <ø> (ø) |
|
src/encoder.jl | 87.50% <100.00%> (+1.78%) |
: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 dc3f05f...205b669. Read the comment docs.
Some image processing operations will produce OffsetArray as an output, in which case
convert(Array{T, N}, img::OffsetArray)
does not work.For example,
With this PR: