aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
15 stars 8 forks source link

Merge v0.5.0 in develop #104

Closed giovannipizzi closed 3 years ago

giovannipizzi commented 3 years ago

Merge back tagged commits of release v0.5.0 in the develop branch

codecov[bot] commented 3 years ago

Codecov Report

Merging #104 (5a71a5c) into develop (7a894a4) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop      #104   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines         1541      1541           
=========================================
  Hits          1541      1541           
Impacted Files Coverage Δ
disk_objectstore/container.py 100.00% <ø> (ø)
disk_objectstore/__init__.py 100.00% <100.00%> (ø)

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 7a894a4...5a71a5c. Read the comment docs.