-
Notifications
You must be signed in to change notification settings - Fork 373
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
test(r/demo/tests): add filetest for PrevRealm #1705
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1705 +/- ##
==========================================
- Coverage 60.92% 60.90% -0.02%
==========================================
Files 564 564
Lines 75273 75273
==========================================
- Hits 45857 45842 -15
- Misses 26048 26058 +10
- Partials 3368 3373 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I don't understand why the test fails with
|
seems PrevRealm was tested from test but not from filetest This is based on gno/examples/gno.land/r/demo/tests/tests_test.gno
9eb8476
to
6be1b69
Compare
Did rebase and checks now pass. |
PrevRealm was tested from
gno/examples/gno.land/r/demo/tests/tests_test.gnotest
.As far as I can see in r/demo/tests however, it was not tested for filetests.
Although
gno test .
passes, depending on whether #1704 is confirmed, there may be more filetests to add in this folder (in a different PR I guess).