Closed rolandomanrique closed 6 years ago
Merging #12 into master will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## master #12 +/- ##
=======================================
Coverage 27.48% 27.48%
=======================================
Files 7 7
Lines 211 211
Branches 8 8
=======================================
Hits 58 58
Misses 153 153
Impacted Files | Coverage Δ | |
---|---|---|
s3/src/main/scala/blobstore/s3/S3Store.scala | 0% <0%> (ø) |
: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 85c97d6...312d9a6. Read the comment docs.
S3Store.put needs to close output stream once all bytes have been written so stream is not locked waiting for more bytes. Fix #8