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(cmd/gno): pass an ExecContext to MachineOptions in gno run #2856

Merged
merged 7 commits into from
Sep 27, 2024

Removed the code duplication from test, and just directly use test.Te…

54d976c
Select commit
Loading
Failed to load commit list.
Merged

fix(cmd/gno): pass an ExecContext to MachineOptions in gno run #2856

Removed the code duplication from test, and just directly use test.Te…
54d976c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 27, 2024 in 0s

60.94% (+0.02%) compared to 577c462

View this Pull Request on Codecov

60.94% (+0.02%) compared to 577c462

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.94%. Comparing base (577c462) to head (54d976c).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2856      +/-   ##
==========================================
+ Coverage   60.92%   60.94%   +0.02%     
==========================================
  Files         564      564              
  Lines       75267    75369     +102     
==========================================
+ Hits        45854    45934      +80     
- Misses      26041    26049       +8     
- Partials     3372     3386      +14     

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