pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
61 stars 33 forks source link

[P2P] Module-level background router peer discovery coverage #793

Open bryanchriswhite opened 1 year ago

bryanchriswhite commented 1 year ago

Description

Adding module-level test coverage over the kademlia-backed peer discovery mechanism which the background router encapsulates.

Issue

Addresses most (if not all) deliverables in #712

Type of change

Please mark the relevant option(s):

List of changes

Testing

Required Checklist

If Applicable Checklist

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (a8206ec) 29.79% compared to head (a00b9d1) 29.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat/integrate-bg-router #793 +/- ## ========================================================= Coverage 29.79% 29.79% ========================================================= Files 108 108 Lines 8867 8867 ========================================================= Hits 2642 2642 Misses 5915 5915 Partials 310 310 ```

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