kbase / blobstore

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

Finish error handling refactor #51

Closed MrCreosote closed 5 years ago

MrCreosote commented 5 years ago

User caused errors now match Shock errors

codecov[bot] commented 5 years ago

Codecov Report

Merging #51 into master will increase coverage by 0.24%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   87.53%   87.77%   +0.24%     
==========================================
  Files          12       12              
  Lines         802      818      +16     
==========================================
+ Hits          702      718      +16     
  Misses         78       78              
  Partials       22       22
Impacted Files Coverage Δ
nodestore/mongostore.go 87.14% <ø> (ø) :arrow_up:
auth/kbase_provider.go 93% <ø> (ø) :arrow_up:
service/errortypes.go 100% <100%> (ø) :arrow_up:
service/server.go 95.68% <100%> (ø) :arrow_up:
core/core.go 97.29% <100%> (+0.52%) :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 9007e69...d3ad312. Read the comment docs.