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

Replace String concatenation with Log4j ParameterizedMessage for readability #943

Merged
merged 11 commits into from
Nov 11, 2024

Add EOF line break

91fd142
Select commit
Loading
Failed to load commit list.
Merged

Replace String concatenation with Log4j ParameterizedMessage for readability #943

Add EOF line break
91fd142
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2024 in 1s

77.57% (-0.51%) compared to 9b9ebb2

View this Pull Request on Codecov

77.57% (-0.51%) compared to 9b9ebb2

Details

Codecov Report

Attention: Patch coverage is 42.77457% with 99 lines in your changes missing coverage. Please review.

Project coverage is 77.57%. Comparing base (9b9ebb2) to head (91fd142).

Files with missing lines Patch % Lines
...framework/indices/FlowFrameworkIndicesHandler.java 38.09% 26 Missing ⚠️
...ework/transport/CreateWorkflowTransportAction.java 52.38% 10 Missing ⚠️
...rk/transport/ProvisionWorkflowTransportAction.java 18.18% 9 Missing ⚠️
.../transport/ReprovisionWorkflowTransportAction.java 30.76% 9 Missing ⚠️
...ch/flowframework/workflow/WorkflowStepFactory.java 0.00% 8 Missing ⚠️
...ramework/transport/GetWorkflowTransportAction.java 33.33% 4 Missing ⚠️
.../org/opensearch/flowframework/util/ParseUtils.java 0.00% 4 Missing ⚠️
...search/flowframework/workflow/UpdateIndexStep.java 33.33% 4 Missing ⚠️
...ework/workflow/AbstractRegisterLocalModelStep.java 50.00% 2 Missing and 1 partial ⚠️
...mework/workflow/AbstractRetryableWorkflowStep.java 50.00% 3 Missing ⚠️
... and 14 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #943      +/-   ##
============================================
- Coverage     78.07%   77.57%   -0.51%     
  Complexity      996      996              
============================================
  Files            99       99              
  Lines          4625     4722      +97     
  Branches        431      431              
============================================
+ Hits           3611     3663      +52     
- Misses          834      879      +45     
  Partials        180      180              

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