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: develop -> master #119

Closed chrisjsewell closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #119 (fa94e65) into master (875bc98) will decrease coverage by 0.47%. The diff coverage is 99.14%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master     #119      +/-   ##
===========================================
- Coverage   100.00%   99.52%   -0.48%     
===========================================
  Files            7        8       +1     
  Lines         1541     1674     +133     
===========================================
+ Hits          1541     1666     +125     
- Misses           0        8       +8     
Impacted Files Coverage Δ
disk_objectstore/container.py 99.39% <ø> (-0.61%) :arrow_down:
disk_objectstore/cli.py 98.55% <98.55%> (ø)
disk_objectstore/utils.py 99.60% <98.77%> (-0.40%) :arrow_down:
disk_objectstore/__init__.py 100.00% <100.00%> (ø)
disk_objectstore/database.py 100.00% <100.00%> (ø)
disk_objectstore/examples/example_objectstore.py 100.00% <100.00%> (ø)
disk_objectstore/examples/profile_zeros.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 875bc98...fa94e65. Read the comment docs.