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 all CompletableFutures with PlainActionFutures #419

Merged
merged 8 commits into from
Jan 22, 2024

Disable fail-fast

1c660aa
Select commit
Loading
Failed to load commit list.
Merged

Replace all CompletableFutures with PlainActionFutures #419

Disable fail-fast
1c660aa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 21, 2024 in 0s

71.88% (+0.00%) compared to 42e4cd4

View this Pull Request on Codecov

71.88% (+0.00%) compared to 42e4cd4

Details

Codecov Report

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

Comparison is base (42e4cd4) 71.87% compared to head (1c660aa) 71.88%.

Files Patch % Lines
...ch/flowframework/workflow/CreateConnectorStep.java 50.00% 3 Missing ⚠️
...search/flowframework/workflow/CreateIndexStep.java 50.00% 3 Missing ⚠️
...owframework/workflow/CreateIngestPipelineStep.java 57.14% 3 Missing ⚠️
...arch/flowframework/workflow/RegisterAgentStep.java 50.00% 3 Missing ⚠️
...lowframework/workflow/RegisterRemoteModelStep.java 57.14% 3 Missing ⚠️
...rk/transport/ProvisionWorkflowTransportAction.java 0.00% 2 Missing ⚠️
...ework/workflow/AbstractRegisterLocalModelStep.java 71.42% 2 Missing ⚠️
...flowframework/workflow/RegisterModelGroupStep.java 66.66% 2 Missing ⚠️
...search/flowframework/workflow/DeployModelStep.java 80.00% 1 Missing ⚠️
...rg/opensearch/flowframework/workflow/ToolStep.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main     #419   +/-   ##
=========================================
  Coverage     71.87%   71.88%           
- Complexity      619      620    +1     
=========================================
  Files            78       78           
  Lines          3133     3126    -7     
  Branches        238      236    -2     
=========================================
- Hits           2252     2247    -5     
+ Misses          774      772    -2     
  Partials        107      107           

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