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

global trackers health check #356

Closed ucwong closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #356 (fa5746e) into master (5ef93c0) will decrease coverage by 0.87%. The diff coverage is 48.95%.

:exclamation: Current head fa5746e differs from pull request most recent head 385728a. Consider uploading reports for the commit 385728a to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #356      +/-   ##
==========================================
- Coverage   40.88%   40.01%   -0.87%     
==========================================
  Files          12       12              
  Lines        2676     2694      +18     
==========================================
- Hits         1094     1078      -16     
- Misses       1471     1509      +38     
+ Partials      111      107       -4     
Impacted Files Coverage Δ
backend/torrent.go 51.56% <33.33%> (-8.10%) :arrow_down:
backend/handler.go 48.98% <48.95%> (-0.31%) :arrow_down:
fs.go 32.87% <70.00%> (+0.80%) :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 7168cc7...385728a. Read the comment docs.