vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.83k stars 789 forks source link

refactor[test]: change default expected exception type #4004

Closed DanielSchiavini closed 3 months ago

DanielSchiavini commented 3 months ago

What I did

Changed expected tx_failed exception to be ExecutionReverted Fixed tests that raised the more generic EvmError

Cute Animal Picture

image

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 87.95%. Comparing base (ace3789) to head (41061c3).

:exclamation: Current head 41061c3 differs from pull request most recent head f5841c5. Consider uploading reports for the commit f5841c5 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4004 +/- ## ========================================== - Coverage 90.89% 87.95% -2.94% ========================================== Files 103 103 Lines 14914 14914 Branches 3306 3306 ========================================== - Hits 13556 13118 -438 - Misses 937 1299 +362 - Partials 421 497 +76 ```

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