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 LogPatternTool #413

Merged
merged 6 commits into from
Sep 29, 2024

Address comments

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

Add LogPatternTool #413

Address comments
6b71d21
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 29, 2024 in 0s

77.75% (target 75.00%)

View this Pull Request on Codecov

77.75% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 40.98361% with 72 lines in your changes missing coverage. Please review.

Project coverage is 77.75%. Comparing base (2b76e3c) to head (6b71d21).
Report is 22 commits behind head on main.

Files with missing lines Patch % Lines
...ava/org/opensearch/agent/tools/LogPatternTool.java 41.52% 62 Missing and 7 partials ⚠️
src/main/java/org/opensearch/agent/ToolPlugin.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #413      +/-   ##
============================================
- Coverage     81.78%   77.75%   -4.04%     
- Complexity      193      260      +67     
============================================
  Files            11       15       +4     
  Lines           961     1380     +419     
  Branches        137      196      +59     
============================================
+ Hits            786     1073     +287     
- Misses          121      231     +110     
- Partials         54       76      +22     

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