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

[Backport 2.x] Add param to delete workflow API to clear status even if resources exist #723

Merged
merged 1 commit into from
May 31, 2024

Add param to delete workflow API to clear status even if resources ex…

a0ce0ab
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Add param to delete workflow API to clear status even if resources exist #723

Add param to delete workflow API to clear status even if resources ex…
a0ce0ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 31, 2024 in 0s

74.25% (-0.07%) compared to 049aa35

View this Pull Request on Codecov

74.25% (-0.07%) compared to 049aa35

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 74.25%. Comparing base (049aa35) to head (a0ce0ab).

Files Patch % Lines
...ork/transport/GetWorkflowStateTransportAction.java 0.00% 2 Missing ⚠️
...h/flowframework/rest/RestDeleteWorkflowAction.java 50.00% 1 Missing ⚠️
...flowframework/rest/RestGetWorkflowStateAction.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x     #723      +/-   ##
============================================
- Coverage     74.32%   74.25%   -0.07%     
- Complexity      741      742       +1     
============================================
  Files            84       84              
  Lines          3805     3807       +2     
  Branches        331      332       +1     
============================================
- Hits           2828     2827       -1     
- Misses          823      827       +4     
+ Partials        154      153       -1     

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