gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source
https://gno.land/
Other
839 stars 342 forks source link

fix(gnovm): Correct file test issue in zream12 #2340

Closed ltzmaxwell closed 1 week ago

ltzmaxwell commented 2 weeks ago

This file(zrealm12.gno) causes a panic that isn't caught(as it's missing import), making the test invalid. This PR addresses the issue.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.62%. Comparing base (e3f33a2) to head (33357f9). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2340 +/- ## ========================================== + Coverage 54.61% 54.62% +0.01% ========================================== Files 581 581 Lines 77962 77962 ========================================== + Hits 42582 42590 +8 + Misses 32204 32194 -10 - Partials 3176 3178 +2 ``` | [Flag](https://app.codecov.io/gh/gnolang/gno/pull/2340/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gnolang) | Coverage Δ | | |---|---|---| | [gnovm](https://app.codecov.io/gh/gnolang/gno/pull/2340/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gnolang) | `60.03% <ø> (+0.03%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=gnolang#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.