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: overhaul lazy init in gnoland start #1985

Merged
merged 21 commits into from
May 26, 2024

Merge branch 'master' into feat/gnoland-init

3330f0e
Select commit
Loading
Failed to load commit list.
Merged

feat: overhaul lazy init in gnoland start #1985

Merge branch 'master' into feat/gnoland-init
3330f0e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 26, 2024 in 0s

46.69% (-1.68%) compared to 15ad779

View this Pull Request on Codecov

46.69% (-1.68%) compared to 15ad779

Details

Codecov Report

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

Project coverage is 46.69%. Comparing base (15ad779) to head (3330f0e).

Files Patch % Lines
gno.land/cmd/gnoland/config_init.go 85.71% 1 Missing and 1 partial ⚠️
gno.land/cmd/gnoland/init.go 95.55% 1 Missing and 1 partial ⚠️
tm2/pkg/bft/config/config.go 0.00% 0 Missing and 2 partials ⚠️
tm2/pkg/bft/config/toml.go 0.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1985      +/-   ##
==========================================
- Coverage   48.36%   46.69%   -1.68%     
==========================================
  Files         409      493      +84     
  Lines       62035    69693    +7658     
==========================================
+ Hits        30006    32541    +2535     
- Misses      29531    34444    +4913     
- Partials     2498     2708     +210     

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