SupraSummus / ipfs-api-mount

Mount IPFS directory as local FS.
MIT License
27 stars 5 forks source link

Whole IPFS mounting #38

Closed SupraSummus closed 4 years ago

SupraSummus commented 4 years ago

related #33

codecov[bot] commented 4 years ago

Codecov Report

Merging #38 into master will increase coverage by 0.05%. The diff coverage is 87.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   85.80%   85.85%   +0.05%     
==========================================
  Files           5        7       +2     
  Lines         331      410      +79     
==========================================
+ Hits          284      352      +68     
- Misses         47       58      +11     
Impacted Files Coverage Δ
ipfs_api_mount/commands.py 80.00% <80.00%> (ø)
ipfs_api_mount/fuse_operations/__init__.py 100.00% <100.00%> (ø)
ipfs_api_mount/fuse_operations/high.py 71.42% <100.00%> (ø)
ipfs_api_mount/fuse_operations/high_whole.py 100.00% <100.00%> (ø)
ipfs_api_mount/ipfs_mounted.py 98.27% <100.00%> (+0.03%) :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 7136c21...055a34e. Read the comment docs.