-
Notifications
You must be signed in to change notification settings - Fork 25
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 publishDistributionBuildResults
and publishIntegTestResults
to publish the OpenSearch build and integration test results
#459
Conversation
32533b7
to
c019cbc
Compare
Signed-off-by: Prudhvi Godithi <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #459 +/- ##
=========================================
Coverage 84.26% 84.26%
Complexity 80 80
=========================================
Files 106 106
Lines 521 521
Branches 61 61
=========================================
Hits 439 439
Misses 26 26
Partials 56 56 ☔ View full report in Codecov by Sentry. |
5fe75cf
to
7d7e838
Compare
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.
Are we okay with lib naming? OR should we be more specific where we are publishing the results to? (metrics cluster in this case)
02be0f8
to
fb876b7
Compare
The README has the details Sayali, else the library name is becoming very long. |
Signed-off-by: Prudhvi Godithi <[email protected]>
…o publish the OpenSearch build and integration test results (#459) Signed-off-by: Prudhvi Godithi <[email protected]> (cherry picked from commit cd984fa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Add
publishDistributionBuildResults
andpublishIntegTestResults
to publish the OpenSearch build and integration test resultsSample Usage
Issues Resolved
Part of opensearch-project/opensearch-metrics#56 and opensearch-project/opensearch-metrics#51
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.