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

Add synchronous execution option to workflow provisioning #990

Merged
merged 17 commits into from
Jan 16, 2025

Merge branch 'main' into provision-syncronosly

58b4f81
Select commit
Loading
Failed to load commit list.
Merged

Add synchronous execution option to workflow provisioning #990

Merge branch 'main' into provision-syncronosly
58b4f81
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2025 in 1s

76.41% (-1.17%) compared to 5480cb4

View this Pull Request on Codecov

76.41% (-1.17%) compared to 5480cb4

Details

Codecov Report

Attention: Patch coverage is 45.34884% with 94 lines in your changes missing coverage. Please review.

Project coverage is 76.41%. Comparing base (5480cb4) to head (58b4f81).

Files with missing lines Patch % Lines
.../transport/ReprovisionWorkflowTransportAction.java 6.06% 29 Missing and 2 partials ⚠️
...rk/transport/ProvisionWorkflowTransportAction.java 9.09% 28 Missing and 2 partials ⚠️
...rch/flowframework/util/WorkflowTimeoutUtility.java 51.16% 19 Missing and 2 partials ⚠️
...ework/transport/CreateWorkflowTransportAction.java 76.47% 3 Missing and 1 partial ⚠️
...earch/flowframework/transport/WorkflowRequest.java 78.57% 0 Missing and 3 partials ⚠️
...ramework/transport/ReprovisionWorkflowRequest.java 71.42% 0 Missing and 2 partials ⚠️
...arch/flowframework/transport/WorkflowResponse.java 88.23% 0 Missing and 2 partials ⚠️
...h/flowframework/rest/RestCreateWorkflowAction.java 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #990      +/-   ##
============================================
- Coverage     77.57%   76.41%   -1.17%     
- Complexity      993     1010      +17     
============================================
  Files            99      100       +1     
  Lines          4714     4871     +157     
  Branches        431      453      +22     
============================================
+ Hits           3657     3722      +65     
- Misses          877      954      +77     
- Partials        180      195      +15     

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