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

Topological Sorting and Sequenced Execution #26

Merged
merged 12 commits into from
Sep 19, 2023

Address code review comments

d1cbcbd
Select commit
Loading
Failed to load commit list.
Merged

Topological Sorting and Sequenced Execution #26

Address code review comments
d1cbcbd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 19, 2023 in 1s

74.26% (target 70.00%)

View this Pull Request on Codecov

74.26% (target 70.00%)

Details

Codecov Report

Merging #26 (d1cbcbd) into main (0f0b65d) will increase coverage by 74.26%.
The diff coverage is 76.51%.

@@             Coverage Diff              @@
##              main      #26       +/-   ##
============================================
+ Coverage     0.00%   74.26%   +74.26%     
- Complexity       0       42       +42     
============================================
  Files            2        6        +4     
  Lines            4      136      +132     
  Branches         0       16       +16     
============================================
+ Hits             0      101      +101     
- Misses           4       25       +21     
- Partials         0       10       +10     
Files Changed Coverage Δ
...opensearch/flowframework/template/ProcessNode.java 60.71% <60.71%> (ø)
...ch/flowframework/template/ProcessSequenceEdge.java 69.23% <69.23%> (ø)
...nsearch/flowframework/template/TemplateParser.java 91.66% <91.66%> (ø)
...pensearch/flowframework/workflow/WorkflowData.java 100.00% <100.00%> (ø)