-
Notifications
You must be signed in to change notification settings - Fork 83
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
Clean Makefile #120
Clean Makefile #120
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #120 +/- ##
=====================================
Coverage 3.46% 3.46%
=====================================
Files 10 10
Lines 7555 7555
=====================================
Hits 262 262
Misses 7283 7283
Partials 10 10 ☔ View full report in Codecov by Sentry. |
fcce023
to
72fd7bd
Compare
${PROTO_GEN_PYTHON_DIR_POLYGLOT} \ | ||
${PROTO_GEN_JS_DIR_POLYGLOT} \ | ||
${PROTO_GEN_CPP_DIR_POLYGLOT} \ | ||
${PROTO_GEN_CSHARP_DIR_POLYGLOT} | ||
|
||
.PHONY: proto-prepare | ||
proto-prepare: |
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.
group real vs. transient generation targets together, right now they are mixed
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.
I have a doubt here... aren't they seperated now? The transient generations are in .proto-gen-polyglot dir, and the real generations are in the proto-gen/ dir.
@adityachopra29 do you have a commit you need to push? |
Signed-off-by: adityachopra29 <[email protected]>
Signed-off-by: adityachopra29 <[email protected]>
Signed-off-by: adityachopra29 <[email protected]>
Signed-off-by: adityachopra29 <[email protected]>
Signed-off-by: adityachopra29 <[email protected]>
Signed-off-by: adityachopra29 <[email protected]>
7cf84f7
to
afece2f
Compare
Yes. I was/am travelling today .... so wasnt able to respond earlier....will take care next time. Have pushed the changes now. |
Which problem is this PR solving?
How was this change tested?
Description of the changes
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test