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

fix(sdk/vm): coerce MsgRun pkgpath to gno.land/r/$addr/run #1645

Merged
merged 4 commits into from
Feb 9, 2024

correct pkg generated by NewMsgRun

f5d502a
Select commit
Loading
Failed to load commit list.
Merged

fix(sdk/vm): coerce MsgRun pkgpath to gno.land/r/$addr/run #1645

correct pkg generated by NewMsgRun
f5d502a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 8, 2024 in 1s

56.52% (+0.00%) compared to f060eb3

View this Pull Request on Codecov

56.52% (+0.00%) compared to f060eb3

Details

Codecov Report

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

Comparison is base (f060eb3) 56.51% compared to head (f5d502a) 56.52%.
Report is 3 commits behind head on master.

Files Patch % Lines
gno.land/pkg/sdk/vm/msgs.go 25.00% 3 Missing ⚠️
gno.land/pkg/gnoclient/client_txs.go 0.00% 1 Missing ⚠️
gno.land/pkg/sdk/vm/keeper.go 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1645   +/-   ##
=======================================
  Coverage   56.51%   56.52%           
=======================================
  Files         439      439           
  Lines       66561    66567    +6     
=======================================
+ Hits        37619    37625    +6     
+ Misses      26021    26020    -1     
- Partials     2921     2922    +1     

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