-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix version check after backport #14985
Conversation
❌ Gradle check result for 5754b0b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Mohit Godwani <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14985 +/- ##
==========================================
Coverage 71.78% 71.79%
- Complexity 62694 62731 +37
==========================================
Files 5160 5161 +1
Lines 294211 294357 +146
Branches 42553 42576 +23
==========================================
+ Hits 211212 211329 +117
- Misses 65599 65654 +55
+ Partials 17400 17374 -26 ☔ View full report in Codecov by Sentry. |
Codecov is failing due to partial hits on if condition i.e. no false evaluation |
59302a3
into
opensearch-project:main
Signed-off-by: Mohit Godwani <[email protected]>
Signed-off-by: Mohit Godwani <[email protected]>
Fix version check after backport
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.