Closed pdobacz closed 6 months ago
Attention: Patch coverage is 37.50000%
with 30 lines
in your changes are missing coverage. Please review.
Please upload report for BASE (
master@633f696
). Learn more about missing BASE report.:exclamation: Current head 4589219 differs from pull request most recent head 1516682
Please upload reports for the commit 1516682 to get more accurate results.
The missing messages PR'd to retesteth in https://github.com/ethereum/retesteth/pull/226
Codecov is complaining about new lines not being covered, but from what I understand, covering them would require adding new state_transition_tx.test
to cover invalid blob tx (among others). Should we be doing that?
Alternatively we can remove the never used entries from the get_tests_invalid_tx_message
switch, leaving it to fail on assert(false)
. Maybe actually this is better, at the expense of tidiness of the switch. WDYT @gumb0 ?
Addresses feedback from previous PR: https://github.com/ethereum/evmone/pull/858#discussion_r1572817857