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: Arch changes to address performance bottlenecks #171

Merged
merged 63 commits into from
Sep 19, 2024

fix: removed top-level app.properties and added production values for…

33eb36b
Select commit
Loading
Failed to load commit list.
Merged

refactor: Arch changes to address performance bottlenecks #171

fix: removed top-level app.properties and added production values for…
33eb36b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 19, 2024 in 1s

99.73% (target 80.00%)

View this Pull Request on Codecov

99.73% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 99.14530% with 2 lines in your changes missing coverage. Please review.

Project coverage is 99.73%. Comparing base (5ab76fd) to head (33eb36b).

Files with missing lines Patch % Lines
...hedera/block/server/service/ServiceStatusImpl.java 77.77% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##                main     #171      +/-   ##
=============================================
- Coverage     100.00%   99.73%   -0.27%     
- Complexity       160      208      +48     
=============================================
  Files             35       44       +9     
  Lines            616      763     +147     
  Branches          37       48      +11     
=============================================
+ Hits             616      761     +145     
- Misses             0        2       +2     
Files with missing lines Coverage Δ
...ain/java/com/hedera/block/server/BlockNodeApp.java 100.00% <ø> (ø)
...dera/block/server/BlockNodeAppInjectionModule.java 100.00% <ø> (ø)
...va/com/hedera/block/server/BlockStreamService.java 100.00% <100.00%> (ø)
.../block/server/config/BlockNodeConfigExtension.java 100.00% <ø> (ø)
...era/block/server/config/ConfigInjectionModule.java 100.00% <100.00%> (ø)
...m/hedera/block/server/consumer/ConsumerConfig.java 100.00% <100.00%> (ø)
...erver/consumer/ConsumerStreamResponseObserver.java 100.00% <100.00%> (ø)
...era/block/server/events/BlockNodeEventHandler.java 100.00% <100.00%> (ø)
...hedera/block/server/events/LivenessCalculator.java 100.00% <100.00%> (ø)
...va/com/hedera/block/server/events/ObjectEvent.java 100.00% <ø> (ø)
... and 17 more