-
Notifications
You must be signed in to change notification settings - Fork 319
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
feat: support gitpod #2185
feat: support gitpod #2185
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2185 +/- ##
=========================================
Coverage 75.75% 75.76%
Complexity 367 367
=========================================
Files 624 624
Lines 118073 118073
Branches 1048 1048
=========================================
+ Hits 89446 89453 +7
+ Misses 28410 28403 -7
Partials 217 217
Continue to review full report at Codecov.
|
@lumianph see if we're ok to install gitpod ? gitpod is similar to GitHub Code Space but is in public service so probably more developer can use it than code space |
Installing Gitpod GitHub App to this repository will help you to enable prebuilds to keep always ready to code. Also, In Gitpod you can use Multiple IDEs & not just VS Code. Detailed difference |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
feature
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
developers can start coding at
https://gitpod.io/#/github.com/4paradigm/OpenMLDB
(my forked repo has setup gitpod)this reduces dependency install and first-time building
need helps: