ChainSafe / js-libp2p-gossipsub

TypeScript implementation of Gossipsub
Apache License 2.0
151 stars 43 forks source link

chore: track backoff time for connected peers #445

Closed twoeths closed 1 year ago

twoeths commented 1 year ago

Motivation

Description

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.13 :warning:

Comparison is base (cbdae04) 82.51% compared to head (ff794b4) 82.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #445 +/- ## ========================================== - Coverage 82.51% 82.39% -0.13% ========================================== Files 48 48 Lines 11966 11984 +18 Branches 1279 1279 ========================================== Hits 9874 9874 - Misses 2092 2110 +18 ``` | [Impacted Files](https://app.codecov.io/gh/ChainSafe/js-libp2p-gossipsub/pull/445?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ChainSafe) | Coverage Δ | | |---|---|---| | [src/index.ts](https://app.codecov.io/gh/ChainSafe/js-libp2p-gossipsub/pull/445?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ChainSafe#diff-c3JjL2luZGV4LnRz) | `69.91% <0.00%> (-0.20%)` | :arrow_down: | | [src/metrics.ts](https://app.codecov.io/gh/ChainSafe/js-libp2p-gossipsub/pull/445?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ChainSafe#diff-c3JjL21ldHJpY3MudHM=) | `18.63% <0.00%> (-0.23%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.