kbase / blobstore

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

Add core code #34

Closed MrCreosote closed 5 years ago

MrCreosote commented 5 years ago

Handles coordination between the stores and authorization.

TODO: Add tests for Get and GetFile

codecov[bot] commented 5 years ago

Codecov Report

Merging #34 into master will decrease coverage by 3.33%. The diff coverage is 53.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage    86.2%   82.87%   -3.34%     
==========================================
  Files           9       10       +1     
  Lines         551      613      +62     
==========================================
+ Hits          475      508      +33     
- Misses         61       90      +29     
  Partials       15       15
Impacted Files Coverage Δ
core/core.go 53.22% <53.22%> (ø)

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 975c45f...77eb948. Read the comment docs.