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: implement txs generate and txs clear command #1988

Closed
wants to merge 15 commits into from

fix lint

3ea1645
Select commit
Loading
Failed to load commit list.
Closed

feat: implement txs generate and txs clear command #1988

fix lint
3ea1645
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 2, 2024 in 0s

46.90% (+0.62%) compared to 8cc5636

View this Pull Request on Codecov

46.90% (+0.62%) compared to 8cc5636

Details

Codecov Report

Attention: Patch coverage is 90.36145% with 24 lines in your changes are missing coverage. Please review.

Project coverage is 46.90%. Comparing base (8cc5636) to head (3ea1645).
Report is 11 commits behind head on master.

Files Patch % Lines
gno.land/pkg/gnoland/genesis.go 0.00% 7 Missing ⚠️
gno.land/cmd/gnoland/genesis_packages_del.go 88.67% 3 Missing and 3 partials ⚠️
gno.land/cmd/gnoland/genesis_packages_clear.go 90.24% 2 Missing and 2 partials ⚠️
gno.land/cmd/gnoland/genesis_packages_add.go 95.23% 1 Missing and 1 partial ⚠️
gno.land/cmd/gnoland/genesis_packages_get.go 95.45% 1 Missing and 1 partial ⚠️
gno.land/cmd/gnoland/genesis_packages_list.go 94.59% 1 Missing and 1 partial ⚠️
gno.land/pkg/integration/testing_node.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1988      +/-   ##
==========================================
+ Coverage   46.27%   46.90%   +0.62%     
==========================================
  Files         483      498      +15     
  Lines       68851    70247    +1396     
==========================================
+ Hits        31862    32946    +1084     
- Misses      34356    34574     +218     
- Partials     2633     2727      +94     

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