-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Delete empty pkg package #6967
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
Delete empty pkg package #6967
Conversation
Signed-off-by: pipiland <[email protected]>
Signed-off-by: pipiland <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6967 +/- ##
==========================================
- Coverage 96.22% 96.20% -0.03%
==========================================
Files 343 343
Lines 20281 20281
==========================================
- Hits 19516 19511 -5
- Misses 577 581 +4
- Partials 188 189 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
can you also update CONTRIBUTING.md to reflect the changed project structure? |
Signed-off-by: pipiland <[email protected]>
@yurishkuro I've updated the Project Structure, highlighting important folders/modules. If I've overlooked something, please share your suggestion! Thank you. |
Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: pipiland <[email protected]>
Thanks! |
## Which problem is this PR solving? - part of jaegertracing#6869 ## Description of the changes - Now pkg package is empty. Let's remove it [🎉](https://emojipedia.org/party-popper) ## How was this change tested? - tested with check list ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` --------- Signed-off-by: pipiland <[email protected]> Signed-off-by: pipiland <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
## Which problem is this PR solving? - part of jaegertracing#6869 ## Description of the changes - Now pkg package is empty. Let's remove it [🎉](https://emojipedia.org/party-popper) ## How was this change tested? - tested with check list ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` --------- Signed-off-by: pipiland <[email protected]> Signed-off-by: pipiland <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: amol-verma-allen <[email protected]>
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test