Skip to content

help tweaks (#817)#819

Merged
jdx merged 1 commit intomainfrom
gopath
Aug 18, 2023
Merged

help tweaks (#817)#819
jdx merged 1 commit intomainfrom
gopath

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented Aug 18, 2023

Fixes #815

❯ RTX_GO_SET_GOPATH=1 GOPATH=xyz rtx x -- env | grep GOPATH=
GOPATH=/Users/jdx/.rtx/installs/go/1.20.7/packages
RTX_GO_SET_GOPATH=1
❯ RTX_GO_SET_GOPATH=0 GOPATH=xyz rtx x -- env | grep GOPATH=
GOPATH=xyz
RTX_GO_SET_GOPATH=0
❯ GOPATH=xyz rtx x -- env | grep GOPATH=
GOPATH=xyz
❯ RTX_GO_SET_GOPATH=1 rtx x -- env | grep GOPATH=
RTX_GO_SET_GOPATH=1
GOPATH=/Users/jdx/.rtx/installs/go/1.20.7/packages
❯ RTX_GO_SET_GOPATH=0 rtx x -- env | grep GOPATH=
RTX_GO_SET_GOPATH=0

@jdx jdx enabled auto-merge (squash) August 18, 2023 13:57
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 18, 2023

Codecov Report

Patch coverage: 83.33% and project coverage change: -3.70% ⚠️

Comparison is base (90e32be) 87.60% compared to head (f84b4e3) 83.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #819      +/-   ##
==========================================
- Coverage   87.60%   83.90%   -3.70%     
==========================================
  Files         131      131              
  Lines       11492    11492              
==========================================
- Hits        10067     9642     -425     
- Misses       1425     1850     +425     
Files Changed Coverage Δ
src/plugins/core/go.rs 76.19% <83.33%> (-12.50%) ⬇️

... and 21 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jdx jdx merged commit 38b8265 into main Aug 18, 2023
@jdx jdx deleted the gopath branch August 18, 2023 14:15
jdx pushed a commit that referenced this pull request Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant