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

Put plugin API behind a feature flag #142

Merged
merged 2 commits into from
Nov 3, 2023

Add test for feature flag disabled

e2fb118
Select commit
Loading
Failed to load commit list.
Merged

Put plugin API behind a feature flag #142

Add test for feature flag disabled
e2fb118
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 3, 2023 in 0s

67.58% (+0.48%) compared to c547658

View this Pull Request on Codecov

67.58% (+0.48%) compared to c547658

Details

Codecov Report

Merging #142 (e2fb118) into main (c547658) will increase coverage by 0.48%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main     #142      +/-   ##
============================================
+ Coverage     67.09%   67.58%   +0.48%     
- Complexity      311      318       +7     
============================================
  Files            37       38       +1     
  Lines          1468     1490      +22     
  Branches        139      140       +1     
============================================
+ Hits            985     1007      +22     
  Misses          434      434              
  Partials         49       49              
Files Coverage Δ
.../opensearch/flowframework/FlowFrameworkPlugin.java 100.00% <100.00%> (ø)
...ork/common/FlowFrameworkFeatureEnabledSetting.java 100.00% <100.00%> (ø)
...h/flowframework/rest/RestCreateWorkflowAction.java 56.25% <100.00%> (+12.25%) ⬆️
...lowframework/rest/RestProvisionWorkflowAction.java 56.66% <100.00%> (+8.66%) ⬆️