CortexFoundation / torrentfs

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

search loops fix #355

Closed ucwong closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #355 (96e00f0) into master (b970cd2) will decrease coverage by 1.95%. The diff coverage is 50.00%.

:exclamation: Current head 96e00f0 differs from pull request most recent head 7168cc7. Consider uploading reports for the commit 7168cc7 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #355      +/-   ##
==========================================
- Coverage   42.06%   40.12%   -1.95%     
==========================================
  Files          12       12              
  Lines        2641     2684      +43     
==========================================
- Hits         1111     1077      -34     
- Misses       1415     1501      +86     
+ Partials      115      106       -9     
Impacted Files Coverage Δ
backend/chaindb.go 0.00% <ø> (ø)
rlp/rlpgen/main.go 10.81% <0.00%> (ø)
backend/torrent.go 51.56% <47.36%> (-14.03%) :arrow_down:
backend/handler.go 49.55% <48.42%> (-1.10%) :arrow_down:
fs.go 32.87% <66.66%> (+0.80%) :arrow_up:
tool/math.go 100.00% <100.00%> (ø)

... 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 33d2497...7168cc7. Read the comment docs.