Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(p2p): have two internal tiers for sync: available and enabled #867

Merged
merged 1 commit into from
Nov 10, 2023

refactor(p2p): have two internal tiers for sync: available and enabled

830da1e
Select commit
Loading
Failed to load commit list.
Merged

refactor(p2p): have two internal tiers for sync: available and enabled #867

refactor(p2p): have two internal tiers for sync: available and enabled
830da1e
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 10, 2023 in 0s

85.32% (target 82.00%)

View this Pull Request on Codecov

85.32% (target 82.00%)

Details

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (0b32a31) 85.41% compared to head (830da1e) 85.32%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #867      +/-   ##
==========================================
- Coverage   85.41%   85.32%   -0.10%     
==========================================
  Files         281      281              
  Lines       22274    22306      +32     
  Branches     3375     3380       +5     
==========================================
+ Hits        19026    19032       +6     
- Misses       2581     2594      +13     
- Partials      667      680      +13     
Files Coverage Δ
hathor/builder/builder.py 92.18% <100.00%> (+0.16%) ⬆️
hathor/builder/cli_builder.py 76.07% <100.00%> (+1.07%) ⬆️
hathor/p2p/states/hello.py 76.23% <100.00%> (ø)
hathor/p2p/manager.py 70.94% <59.37%> (-1.38%) ⬇️

... and 8 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.