Closed ttung closed 6 years ago
:exclamation: No coverage uploaded for pull request base (
master@d07a337
). Click here to learn what that means. The diff coverage is100%
.
@@ Coverage Diff @@
## master #72 +/- ##
=========================================
Coverage ? 82.49%
=========================================
Files ? 18
Lines ? 514
Branches ? 0
=========================================
Hits ? 424
Misses ? 90
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
slicedimage/backends/_base.py | 75.86% <ø> (ø) |
|
slicedimage/io.py | 94.76% <100%> (ø) |
|
slicedimage/_tile.py | 96.55% <100%> (ø) |
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 d07a337...f3c140a. Read the comment docs.
Tiles can be read multiple times, but each time it decodes from the backend. The application is responsbile for caching it if necessary.
Depends on #71
Test plan: make -j test