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: support metadata for genesis txs #2941

Merged
merged 28 commits into from
Nov 4, 2024

Add coverage for types helpers

052e3ee
Select commit
Loading
Failed to load commit list.
Merged

feat: support metadata for genesis txs #2941

Add coverage for types helpers
052e3ee
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 0s

63.36% (+0.03%) compared to af05780

View this Pull Request on Codecov

63.36% (+0.03%) compared to af05780

Details

Codecov Report

Attention: Patch coverage is 79.85612% with 28 lines in your changes missing coverage. Please review.

Project coverage is 63.36%. Comparing base (af05780) to head (052e3ee).

Files with missing lines Patch % Lines
gno.land/pkg/gnoland/genesis.go 0.00% 9 Missing ⚠️
gno.land/pkg/gnoland/types.go 77.14% 7 Missing and 1 partial ⚠️
gno.land/pkg/integration/testing_node.go 20.00% 4 Missing ⚠️
tm2/pkg/sdk/helpers.go 71.42% 3 Missing and 1 partial ⚠️
contribs/gnodev/pkg/dev/node.go 86.66% 2 Missing ⚠️
gno.land/pkg/gnoland/node_inmemory.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2941      +/-   ##
==========================================
+ Coverage   63.32%   63.36%   +0.03%     
==========================================
  Files         548      548              
  Lines       78511    78600      +89     
==========================================
+ Hits        49719    49805      +86     
- Misses      25438    25441       +3     
  Partials     3354     3354              

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