-
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(p/uint256): Increase Test Coverage for uint256
Package
#2931
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2931 +/- ##
==========================================
- Coverage 63.39% 63.39% -0.01%
==========================================
Files 565 565
Lines 79390 79390
==========================================
- Hits 50329 50327 -2
- Misses 25673 25674 +1
- Partials 3388 3389 +1
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.
In examples/gno.land/p/demo/uint256, gno test .
passes .
Removed the "review/triage-pending" label because jefft0 approved. Ready for core dev review. |
uint256
Packageuint256
Package
Description
Increased the test coverage of the
p/demo/uint256
package. Previously, only about 40% was covered, but now it has increased to 90% (checked in go).The existing implementation of the uint256 function is unmodified except for modifying it to use the strconv package.
BREAKING CHANGE: xxx
message was included in the description