-
Notifications
You must be signed in to change notification settings - Fork 364
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: add envs for rtx go core plugin #679
Conversation
Head branch was pushed to by a user without write access
Co-authored-by: Jeff Dickey <216188+jdxcode@users.noreply.github.com>
Co-authored-by: Jeff Dickey <216188+jdxcode@users.noreply.github.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #679 +/- ##
==========================================
- Coverage 86.80% 80.37% -6.44%
==========================================
Files 129 129
Lines 11159 11157 -2
==========================================
- Hits 9687 8967 -720
- Misses 1472 2190 +718
☔ View full report in Codecov by Sentry. |
I've gone ahead and run |
ok, I will update code on local not GitHub web editor and run |
#677
for env names:
RTX_GO_REPO
RTX_GO_REPOSITORY
RTX_GO_DOWNLOAD_MIRROR
RTX_GOLANG_DOWNLOAD_MIRROR
, since there isRTX_GO_SKIP_CHECKSUM
already in src/env.rs, I choose short version too.