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] [Rule-based Auto Tagging] Add rule schema for auto tagging #17653

Merged

Merge branch '2.x' into backport/backport-17238-to-2.x

6adee05
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] [Rule-based Auto Tagging] Add rule schema for auto tagging #17653

Merge branch '2.x' into backport/backport-17238-to-2.x
6adee05
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 21, 2025 in 0s

72.11% (target 70.00%)

View this Pull Request on Codecov

72.11% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 79.32692% with 43 lines in your changes missing coverage. Please review.

Project coverage is 72.11%. Comparing base (87b4b91) to head (6adee05).
Report is 1 commits behind head on 2.x.

Files with missing lines Patch % Lines
...src/main/java/org/opensearch/autotagging/Rule.java 81.63% 6 Missing and 12 partials ⚠️
...java/org/opensearch/autotagging/RuleValidator.java 81.08% 4 Missing and 10 partials ⚠️
...ain/java/org/opensearch/autotagging/Attribute.java 45.45% 5 Missing and 1 partial ⚠️
...rg/opensearch/autotagging/AutoTaggingRegistry.java 83.33% 1 Missing and 2 partials ⚠️
...n/java/org/opensearch/autotagging/FeatureType.java 71.42% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #17653      +/-   ##
============================================
+ Coverage     72.02%   72.11%   +0.09%     
- Complexity    66032    66163     +131     
============================================
  Files          5342     5347       +5     
  Lines        307289   307497     +208     
  Branches      44848    44892      +44     
============================================
+ Hits         221316   221763     +447     
+ Misses        67505    67269     -236     
+ Partials      18468    18465       -3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.