CortexFoundation / torrentfs

A p2p file system for https://github.com/CortexFoundation/CortexTheseus with pure Golang
GNU General Public License v3.0
58 stars 12 forks source link

sharded map in cortex torrent fs #351

Closed ucwong closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #351 (b970cd2) into master (1462182) will increase coverage by 1.96%. The diff coverage is 50.78%.

:exclamation: Current head b970cd2 differs from pull request most recent head 15a9adc. Consider uploading reports for the commit 15a9adc to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #351      +/-   ##
==========================================
+ Coverage   40.09%   42.06%   +1.96%     
==========================================
  Files          12       12              
  Lines        2631     2641      +10     
==========================================
+ Hits         1055     1111      +56     
+ Misses       1472     1415      -57     
- Partials      104      115      +11     
Impacted Files Coverage Δ
backend/chaindb.go 0.00% <ø> (ø)
backend/torrent.go 65.58% <ø> (+15.86%) :arrow_up:
fs.go 32.07% <0.00%> (ø)
peer.go 0.00% <ø> (ø)
rlp/rlpgen/main.go 10.81% <0.00%> (ø)
backend/handler.go 50.65% <53.38%> (+0.88%) :arrow_up:
tool/math.go 100.00% <100.00%> (+50.00%) :arrow_up:

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d6a98c0...15a9adc. Read the comment docs.