Closed MrCreosote closed 5 years ago
Merging #80 into master will decrease coverage by
0.02%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #80 +/- ##
==========================================
- Coverage 91.44% 91.41% -0.03%
==========================================
Files 12 12
Lines 1250 1247 -3
==========================================
- Hits 1143 1140 -3
Misses 82 82
Partials 25 25
Impacted Files | Coverage Δ | |
---|---|---|
filestore/s3.go | 90.09% <100%> (-0.27%) |
:arrow_down: |
core/core.go | 98.94% <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 eb4affd...0a10389. Read the comment docs.
Amazon object names aren't prefixed in their examples, although it doesn't say not to do so: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html
Minio doesn't like leading slashes: https://github.com/minio/minio/issues/7717