kbase / blobstore

Simple S3 backed file storage.
MIT License
0 stars 3 forks source link

Develop -> Master, release 0.1.1 #130

Closed MrCreosote closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #130 (5db1e52) into master (03db095) will decrease coverage by 0.40%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   91.54%   91.14%   -0.41%     
==========================================
  Files          14       14              
  Lines        1562     1412     -150     
==========================================
- Hits         1430     1287     -143     
+ Misses         99       92       -7     
  Partials       33       33              
Impacted Files Coverage Δ
app/blobstore.go 0.00% <ø> (ø)
filestore/interface.go 100.00% <ø> (ø)
core/core.go 99.42% <100.00%> (+0.47%) :arrow_up:
filestore/s3.go 90.20% <100.00%> (+1.47%) :arrow_up:
service/server.go 97.79% <100.00%> (-0.10%) :arrow_down:
service/build.go 59.57% <0.00%> (-2.69%) :arrow_down:
nodestore/mongostore.go 84.21% <0.00%> (-1.97%) :arrow_down:
auth/kbase_provider.go 93.63% <0.00%> (-0.72%) :arrow_down:
... and 9 more

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 03db095...5db1e52. Read the comment docs.

MrCreosote commented 3 years ago

The coverage loss again appears to be due to a change in the coverage algorithm rather than newly uncovered code