Skip to content

feat[test]: fuzzing test for as_wei_value #4594

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

trocher
Copy link
Contributor

@trocher trocher commented Apr 24, 2025

What I did

Added a general fuzzing test that goes over all numeric types and denominations.

Note that it is quite expansive to run and probably overkilled exactly because it goes over every combinations of numeric types and denominations. Might be better to refactor it such that it also fuzz through the types and/or denominations.

How I did it

How to verify it

Commit message

feat[test]: fuzzing test for `as_wei_value`

Description for the changelog

feat[test]: fuzzing test for `as_wei_value`

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

Copy link

codecov bot commented Apr 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.42%. Comparing base (2f14f04) to head (8ae121f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4594   +/-   ##
=======================================
  Coverage   92.42%   92.42%           
=======================================
  Files         125      125           
  Lines       18017    18017           
  Branches     3110     3110           
=======================================
  Hits        16653    16653           
  Misses        931      931           
  Partials      433      433           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant