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

09448 Implement intake with new framework #9747

Merged
merged 30 commits into from
Nov 22, 2023

Merge branch 'develop' into 09448-intake

cf400a5
Select commit
Loading
Failed to load commit list.
Merged

09448 Implement intake with new framework #9747

Merge branch 'develop' into 09448-intake
cf400a5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 21, 2023 in 0s

65.31% (+0.03%) compared to 4a56cd0

View this Pull Request on Codecov

65.31% (+0.03%) compared to 4a56cd0

Details

Codecov Report

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

Comparison is base (4a56cd0) 65.27% compared to head (cf400a5) 65.31%.
Report is 4 commits behind head on develop.

Files Patch % Lines
...consensus/BestEffortPreconsensusEventFileCopy.java 25.00% 59 Missing and 4 partials ⚠️
...ain/java/com/swirlds/platform/SwirldsPlatform.java 0.00% 37 Missing ⚠️
...va/com/swirlds/platform/wiring/PlatformWiring.java 60.41% 19 Missing ⚠️
...wirlds/common/config/PlatformSchedulersConfig.java 14.28% 6 Missing ⚠️
...om/swirlds/platform/event/orphan/OrphanBuffer.java 20.00% 3 Missing and 1 partial ⚠️
.../preconsensus/PreconsensusEventReplayPipeline.java 0.00% 3 Missing ⚠️
...swirlds/platform/components/LinkedEventIntake.java 0.00% 2 Missing ⚠️
.../platform/wiring/SignedStateFileManagerWiring.java 0.00% 2 Missing ⚠️
.../preconsensus/PreconsensusEventReplayWorkflow.java 0.00% 1 Missing ⚠️
...irlds/platform/wiring/LinkedEventIntakeWiring.java 90.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9747      +/-   ##
=============================================
+ Coverage      65.27%   65.31%   +0.03%     
- Complexity     30193    30206      +13     
=============================================
  Files           3325     3328       +3     
  Lines         126807   126875      +68     
  Branches       13178    13189      +11     
=============================================
+ Hits           82778    82866      +88     
+ Misses         40820    40801      -19     
+ Partials        3209     3208       -1     

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