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

Fixed RBAC fetching from workflow state when template is not present #998

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Merge branch 'main' into rbac-bug

6bc58d6
Select commit
Loading
Failed to load commit list.
Open

Fixed RBAC fetching from workflow state when template is not present #998

Merge branch 'main' into rbac-bug
6bc58d6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2025 in 0s

77.57% (+0.05%) compared to f442c19

View this Pull Request on Codecov

77.57% (+0.05%) compared to f442c19

Details

Codecov Report

Attention: Patch coverage is 65.21739% with 8 lines in your changes missing coverage. Please review.

Project coverage is 77.57%. Comparing base (f442c19) to head (6bc58d6).

Files with missing lines Patch % Lines
.../org/opensearch/flowframework/util/ParseUtils.java 25.00% 3 Missing and 3 partials ⚠️
.../transport/DeprovisionWorkflowTransportAction.java 66.66% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #998      +/-   ##
============================================
+ Coverage     77.51%   77.57%   +0.05%     
  Complexity      993      993              
============================================
  Files            99       99              
  Lines          4714     4722       +8     
  Branches        431      433       +2     
============================================
+ Hits           3654     3663       +9     
+ Misses          881      877       -4     
- Partials        179      182       +3     

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