-
Notifications
You must be signed in to change notification settings - Fork 99
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
Updating Kotlin version #1052
Updating Kotlin version #1052
Conversation
Signed-off-by: sejli <[email protected]>
Signed-off-by: sejli <[email protected]>
Signed-off-by: sejli <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 1.x #1052 +/- ##
============================================
+ Coverage 53.64% 54.87% +1.22%
- Complexity 271 283 +12
============================================
Files 244 244
Lines 7728 7747 +19
Branches 1559 1551 -8
============================================
+ Hits 4146 4251 +105
+ Misses 3391 3326 -65
+ Partials 191 170 -21
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Joshua Li <[email protected]>
...-observability/src/test/kotlin/org/opensearch/observability/bwc/TABackwardCompatibilityIT.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor change
Signed-off-by: sejli <[email protected]>
Signed-off-by: sejli <[email protected]>
Signed-off-by: sejli <[email protected]>
* Updating Kotlin version to latest Signed-off-by: sejli <[email protected]> * Switch to 1.6.21 since latest fails tests Signed-off-by: sejli <[email protected]> * Switch to 1.6.0 because of issues, fixed some errors with build Signed-off-by: sejli <[email protected]> * Fix jacoco Signed-off-by: Joshua Li <[email protected]> * Minor changes Signed-off-by: sejli <[email protected]> * Fixing PathUtils import Signed-off-by: sejli <[email protected]> Signed-off-by: sejli <[email protected]> Signed-off-by: Joshua Li <[email protected]> Co-authored-by: Joshua Li <[email protected]> (cherry picked from commit e089c10)
* Updating Kotlin version to latest Signed-off-by: sejli <[email protected]> * Switch to 1.6.21 since latest fails tests Signed-off-by: sejli <[email protected]> * Switch to 1.6.0 because of issues, fixed some errors with build Signed-off-by: sejli <[email protected]> * Fix jacoco Signed-off-by: Joshua Li <[email protected]> * Minor changes Signed-off-by: sejli <[email protected]> * Fixing PathUtils import Signed-off-by: sejli <[email protected]> Signed-off-by: sejli <[email protected]> Signed-off-by: Joshua Li <[email protected]> Co-authored-by: Joshua Li <[email protected]> (cherry picked from commit e089c10) Co-authored-by: Sean Li <[email protected]>
Signed-off-by: sejli [email protected]
Description
Updating Kotlin version for opensearch-observability to 1.6.0
Issues Resolved
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.