-
Notifications
You must be signed in to change notification settings - Fork 172
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
refactor: infra and cmds #785
Conversation
c52bcf3
to
f77fbcc
Compare
Codecov ReportBase: 60.56% // Head: 60.56% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #785 +/- ##
=======================================
Coverage 60.56% 60.56%
=======================================
Files 133 133
Lines 8340 8340
=======================================
Hits 5051 5051
Misses 2712 2712
Partials 577 577 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: Xunzhuo <[email protected]>
Awesome! Now our tool looks very professional 🆒 |
Signed-off-by: Xunzhuo <[email protected]>
Signed-off-by: Xunzhuo <[email protected]>
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. Thanks!
Optimize project infra and refactor makefiles and help commands, make everything more organized.
Everything we need is to run
make help
Before:
![image](https://user-images.githubusercontent.com/48784001/189952127-30485f7a-3d11-4d6e-9412-154cb92ce7ca.png)
After:
Signed-off-by: Xunzhuo [email protected]