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

Adding a state index #110

Merged
merged 4 commits into from
Oct 30, 2023

moved variables to common value and adressed other comments

36bcd2a
Select commit
Loading
Failed to load commit list.
Merged

Adding a state index #110

moved variables to common value and adressed other comments
36bcd2a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 30, 2023 in 1s

66.05% (-14.20%) compared to 6ee3d53

View this Pull Request on Codecov

66.05% (-14.20%) compared to 6ee3d53

Details

Codecov Report

Merging #110 (36bcd2a) into main (6ee3d53) will decrease coverage by 14.20%.
Report is 1 commits behind head on main.
The diff coverage is 33.63%.

@@              Coverage Diff              @@
##               main     #110       +/-   ##
=============================================
- Coverage     80.24%   66.05%   -14.20%     
- Complexity      250      266       +16     
=============================================
  Files            30       34        +4     
  Lines           992     1299      +307     
  Branches         95      123       +28     
=============================================
+ Hits            796      858       +62     
- Misses          160      399      +239     
- Partials         36       42        +6     
Files Coverage Δ
.../opensearch/flowframework/FlowFrameworkPlugin.java 100.00% <100.00%> (ø)
...g/opensearch/flowframework/common/CommonValue.java 100.00% <100.00%> (ø)
...arch/flowframework/indices/FlowFrameworkIndex.java 100.00% <100.00%> (ø)
...nsearch/flowframework/model/PipelineProcessor.java 100.00% <ø> (ø)
...arch/flowframework/model/ProvisioningProgress.java 100.00% <100.00%> (ø)
...java/org/opensearch/flowframework/model/State.java 100.00% <100.00%> (ø)
...g/opensearch/flowframework/model/WorkflowNode.java 90.54% <ø> (ø)
...ch/flowframework/workflow/CreateConnectorStep.java 73.84% <100.00%> (ø)
...search/flowframework/workflow/CreateIndexStep.java 85.29% <100.00%> (+26.57%) ⬆️
...opensearch/flowframework/workflow/ProcessNode.java 93.47% <ø> (ø)
... and 9 more