-
Notifications
You must be signed in to change notification settings - Fork 60
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: install script #626
feat: install script #626
Conversation
Please help me test this!!! run this:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #626 +/- ##
==========================================
- Coverage 56.49% 56.48% -0.02%
==========================================
Files 250 250
Lines 13068 13068
==========================================
- Hits 7383 7381 -2
- Misses 4977 4979 +2
Partials 708 708 ☔ View full report in Codecov by Sentry. |
works for me! do we want to call it |
rm -rf "${TEMP_DIR}" | ||
rm "${FILE_NAME}" | ||
|
||
echo "Slinky ${VERSION} has been installed successfully!" |
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.
could have another output that is just like run slinky --help for more info
but not big deal really
codecov.yml
Outdated
- "**/*.*" | ||
- "!**/*.go" |
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.
We should probably add some additional exclusions like pulsar
, pb
, etc.
From Source
option to checkout latest tag instead of using main