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

Added New Fast DateTime parser implementation for RFC3339 Datetime format #11465

Merged
merged 1 commit into from
Jan 24, 2024

Added New DateTime parser implementation

c325fb2
Select commit
Loading
Failed to load commit list.
Merged

Added New Fast DateTime parser implementation for RFC3339 Datetime format #11465

Added New DateTime parser implementation
c325fb2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 24, 2024 in 0s

71.39% (target 70.00%)

View this Pull Request on Codecov

71.39% (target 70.00%)

Details

Codecov Report

Attention: 61 lines in your changes are missing coverage. Please review.

Comparison is base (30aa8be) 71.33% compared to head (c325fb2) 71.39%.

Files Patch % Lines
...ommon/time/RFC3339CompatibleDateTimeFormatter.java 72.62% 28 Missing and 21 partials ⚠️
...earch/common/time/OpenSearchDateTimeFormatter.java 52.38% 10 Missing ⚠️
.../org/opensearch/common/time/JavaDateFormatter.java 92.30% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11465      +/-   ##
============================================
+ Coverage     71.33%   71.39%   +0.05%     
- Complexity    59438    59475      +37     
============================================
  Files          4923     4925       +2     
  Lines        279218   279453     +235     
  Branches      40596    40630      +34     
============================================
+ Hits         199186   199508     +322     
+ Misses        63506    63316     -190     
- Partials      16526    16629     +103     

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