-
Notifications
You must be signed in to change notification settings - Fork 37
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 build script to generate artifacts #166
Added build script to generate artifacts #166
Conversation
Signed-off-by: Owais Kazi <[email protected]>
Signed-off-by: Owais Kazi <[email protected]>
Signed-off-by: Owais Kazi <[email protected]>
Need review from @gaiksaya (EE team) |
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.
LGTM (pending removal of dupe file)
Cross posting from build issue: I tried building this plugin. Just one issue, the plugin name does not match what is stated in the issue as well as repo name:
Please fix this. Thanks! |
@owaiskazi19 perhaps its time to change the repo name since we've opted not to use |
|
Signed-off-by: Owais Kazi <[email protected]>
Let's hold this PR until #168 is completed. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
============================================
+ Coverage 68.39% 71.12% +2.73%
- Complexity 339 368 +29
============================================
Files 45 47 +2
Lines 1585 1728 +143
Branches 143 154 +11
============================================
+ Hits 1084 1229 +145
+ Misses 452 443 -9
- Partials 49 56 +7 ☔ View full report in Codecov by Sentry. |
* Added build script to generate artifacts Signed-off-by: Owais Kazi <[email protected]> * Handled code coverage issue Signed-off-by: Owais Kazi <[email protected]> * Added missing jar and source jars Signed-off-by: Owais Kazi <[email protected]> * Matched maven artifacts name and removed build script Signed-off-by: Owais Kazi <[email protected]> --------- Signed-off-by: Owais Kazi <[email protected]> (cherry picked from commit f70f435) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Added build script to generate artifacts (#166) * Added build script to generate artifacts * Handled code coverage issue * Added missing jar and source jars * Matched maven artifacts name and removed build script --------- (cherry picked from commit f70f435) Signed-off-by: Owais Kazi <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Owais Kazi <[email protected]>
* Added build script to generate artifacts Signed-off-by: Owais Kazi <[email protected]> * Handled code coverage issue Signed-off-by: Owais Kazi <[email protected]> * Added missing jar and source jars Signed-off-by: Owais Kazi <[email protected]> * Matched maven artifacts name and removed build script Signed-off-by: Owais Kazi <[email protected]> --------- Signed-off-by: Owais Kazi <[email protected]> (cherry picked from commit f70f435) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ifacts (#202) Added build script to generate artifacts (#166) * Added build script to generate artifacts * Handled code coverage issue * Added missing jar and source jars * Matched maven artifacts name and removed build script --------- (cherry picked from commit f70f435) Signed-off-by: Owais Kazi <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Issues Resolved
Part of #165
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.