kbase / blobstore

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

End to end store and get node & file #42

Closed MrCreosote closed 5 years ago

MrCreosote commented 5 years ago

Lots of test still to write for server code. Current test covers the basics.

codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into master will decrease coverage by 8.5%. The diff coverage is 42.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   87.59%   79.09%   -8.51%     
==========================================
  Files          10       11       +1     
  Lines         629      775     +146     
==========================================
+ Hits          551      613      +62     
- Misses         63      139      +76     
- Partials       15       23       +8
Impacted Files Coverage Δ
app/blobstore.go 0% <0%> (ø) :arrow_up:
build/build.go 0% <0%> (ø)
nodestore/mongostore.go 87.14% <100%> (ø) :arrow_up:
filestore/s3.go 86.23% <50%> (-0.68%) :arrow_down:
service/server.go 71.81% <68.04%> (-28.19%) :arrow_down:

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 a093207...9059856. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into master will decrease coverage by 8.5%. The diff coverage is 42.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   87.59%   79.09%   -8.51%     
==========================================
  Files          10       11       +1     
  Lines         629      775     +146     
==========================================
+ Hits          551      613      +62     
- Misses         63      139      +76     
- Partials       15       23       +8
Impacted Files Coverage Δ
app/blobstore.go 0% <0%> (ø) :arrow_up:
build/build.go 0% <0%> (ø)
nodestore/mongostore.go 87.14% <100%> (ø) :arrow_up:
filestore/s3.go 86.23% <50%> (-0.68%) :arrow_down:
service/server.go 71.81% <68.04%> (-28.19%) :arrow_down:

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 a093207...9059856. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #42 into master will decrease coverage by 4.37%. The diff coverage is 62.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   87.59%   83.22%   -4.38%     
==========================================
  Files          10       11       +1     
  Lines         629      775     +146     
==========================================
+ Hits          551      645      +94     
- Misses         63      100      +37     
- Partials       15       30      +15
Impacted Files Coverage Δ
app/blobstore.go 0% <0%> (ø) :arrow_up:
nodestore/mongostore.go 87.14% <100%> (ø) :arrow_up:
filestore/s3.go 86.23% <50%> (-0.68%) :arrow_down:
service/server.go 71.81% <68.04%> (-28.19%) :arrow_down:
service/build.go 68.08% <68.08%> (ø)

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 a093207...80abd24. Read the comment docs.