berty / go-orbit-db

Go version of P2P Database on IPFS
https://berty.tech
Apache License 2.0
422 stars 57 forks source link

feat(datastore): Add in memory datastore #29

Closed gfanton closed 4 years ago

gfanton commented 4 years ago

if :memory: is specified as directory, use __in_memory__ datastore

codecov[bot] commented 4 years ago

Codecov Report

Merging #29 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   79.31%   79.31%           
=======================================
  Files           1        1           
  Lines          29       29           
=======================================
  Hits           23       23           
  Misses          3        3           
  Partials        3        3
Impacted Files Coverage Δ
tests/testing.go 79.31% <ø> (ø) :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 216dc9a...7694134. Read the comment docs.

gfanton commented 4 years ago

LGTM (but need a post review)

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: