-
Notifications
You must be signed in to change notification settings - Fork 148
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
bump 2.8 to unblock 2.8 release #896
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.x #896 +/- ##
============================================
- Coverage 84.18% 84.17% -0.01%
Complexity 1764 1764
============================================
Files 139 139
Lines 6780 6776 -4
Branches 676 676
============================================
- Hits 5708 5704 -4
Misses 774 774
Partials 298 298
Flags with carried forward coverage won't be shown. Click here to find out more.
|
common/build.gradle
Outdated
xml.enabled false | ||
csv.enabled false | ||
//xml.enabled false | ||
//csv.enabled false |
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.
You might need to add a html.required = true
in reports part.
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.
will add, thanks
common/build.gradle
Outdated
@@ -45,5 +45,5 @@ jacocoTestCoverageVerification { | |||
} | |||
check.dependsOn jacocoTestCoverageVerification | |||
|
|||
lombok.config['lombok.nonNull.exceptionType'] = 'JDK' | |||
//lombok.config['lombok.nonNull.exceptionType'] = 'JDK' |
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.
You might need to add an additional lombok.config
file under the project root, maybe you can follow this - https://github.com/opensearch-project/ml-commons/blob/main/lombok.config
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.
will add, thanks
Signed-off-by: Jing Zhang <jngz@amazon.com>
Signed-off-by: Jing Zhang <jngz@amazon.com>
* bump 2.8 Signed-off-by: Jing Zhang <jngz@amazon.com> * disable codecov patch Signed-off-by: Jing Zhang <jngz@amazon.com> * address comments Signed-off-by: Jing Zhang <jngz@amazon.com> --------- Signed-off-by: Jing Zhang <jngz@amazon.com> Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* bump 2.8 Signed-off-by: Jing Zhang <jngz@amazon.com> * disable codecov patch Signed-off-by: Jing Zhang <jngz@amazon.com> * address comments Signed-off-by: Jing Zhang <jngz@amazon.com> --------- Signed-off-by: Jing Zhang <jngz@amazon.com> Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* bump 2.8 Signed-off-by: Jing Zhang <jngz@amazon.com> * disable codecov patch Signed-off-by: Jing Zhang <jngz@amazon.com> * address comments Signed-off-by: Jing Zhang <jngz@amazon.com> --------- Signed-off-by: Jing Zhang <jngz@amazon.com> Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
Description
bump 2.8 to unblock 2.8 release.
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.