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

Integrate replication manager with networking stack #387

Merged
merged 126 commits into from
Jun 19, 2023

fmt

462c4ff
Select commit
Loading
Failed to load commit list.
Merged

Integrate replication manager with networking stack #387

fmt
462c4ff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 19, 2023 in 0s

90.28% (-1.19%) compared to b304217

View this Pull Request on Codecov

90.28% (-1.19%) compared to b304217

Details

Codecov Report

Patch coverage: 69.95% and project coverage change: -1.19 ⚠️

Comparison is base (b304217) 91.46% compared to head (462c4ff) 90.28%.

Additional details and impacted files
@@               Coverage Diff               @@
##           development     #387      +/-   ##
===============================================
- Coverage        91.46%   90.28%   -1.19%     
===============================================
  Files               84       87       +3     
  Lines             7498     8203     +705     
===============================================
+ Hits              6858     7406     +548     
- Misses             640      797     +157     
Impacted Files Coverage Δ
aquadoggo/src/db/stores/document.rs 91.63% <ø> (ø)
...ggo/src/graphql/scalars/document_view_id_scalar.rs 93.75% <ø> (ø)
aquadoggo/src/network/identity.rs 92.00% <ø> (ø)
aquadoggo/src/network/peers/protocol.rs 100.00% <ø> (ø)
aquadoggo/src/replication/strategies/mod.rs 100.00% <ø> (ø)
aquadoggo/src/replication/message.rs 67.79% <18.18%> (-5.36%) ⬇️
aquadoggo/src/network/service.rs 21.39% <19.50%> (+5.96%) ⬆️
aquadoggo/src/replication/ingest.rs 84.93% <25.00%> (-3.48%) ⬇️
aquadoggo/src/network/behaviour.rs 59.61% <28.57%> (-2.09%) ⬇️
aquadoggo/src/network/peers/handler.rs 67.61% <33.33%> (ø)
... and 19 more

... and 4 files with indirect coverage changes

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