Skip to content
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 'gno env' subcommand #1233

Merged
merged 28 commits into from
Nov 23, 2023

Merge branch 'master' into feat/gno-env

e76b154
Select commit
Loading
Failed to load commit list.
Merged

feat: add 'gno env' subcommand #1233

Merge branch 'master' into feat/gno-env
e76b154
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 20, 2023 in 0s

56.21% (+0.59%) compared to 6688d1d

View this Pull Request on Codecov

56.21% (+0.59%) compared to 6688d1d

Details

Codecov Report

Attention: 29 lines in your changes are missing coverage. Please review.

Comparison is base (6688d1d) 55.62% compared to head (e76b154) 56.21%.

Files Patch % Lines
tm2/pkg/crypto/keys/client/root.go 0.00% 10 Missing ⚠️
gnovm/pkg/gnoenv/gnoroot.go 79.54% 6 Missing and 3 partials ⚠️
gno.land/cmd/gnokey/main.go 0.00% 5 Missing ⚠️
gnovm/pkg/gnoenv/gnohome.go 90.47% 1 Missing and 1 partial ⚠️
gno.land/pkg/gnoland/app.go 0.00% 1 Missing ⚠️
gnovm/cmd/gno/clean.go 0.00% 1 Missing ⚠️
gnovm/cmd/gno/repl.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1233      +/-   ##
==========================================
+ Coverage   55.62%   56.21%   +0.59%     
==========================================
  Files         420      422       +2     
  Lines       65441    65376      -65     
==========================================
+ Hits        36400    36752     +352     
+ Misses      26188    25759     -429     
- Partials     2853     2865      +12     

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