ethereum / evmone

Fast Ethereum Virtual Machine implementation
Apache License 2.0
865 stars 287 forks source link

ci: Upgrade ethereum/tests to v14.0 #942

Closed chfast closed 5 months ago

chfast commented 5 months ago

This upgrades ethereum/tests to the newest release. A lot of tests have been migrated from ethereum/tests to ethereum/legacytests so we now also execute "Cancun" directory of the later.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 94.29%. Comparing base (2fe3f8e) to head (a4b4614).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #942 +/- ## ======================================= Coverage 94.29% 94.29% ======================================= Files 142 142 Lines 16119 16119 ======================================= Hits 15199 15199 Misses 920 920 ``` | [Flag](https://app.codecov.io/gh/ethereum/evmone/pull/942/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | Coverage Δ | | |---|---|---| | [eof_execution_spec_tests](https://app.codecov.io/gh/ethereum/evmone/pull/942/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `16.51% <ø> (ø)` | | | [ethereum_tests](https://app.codecov.io/gh/ethereum/evmone/pull/942/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `26.99% <ø> (ø)` | | | [ethereum_tests_silkpre](https://app.codecov.io/gh/ethereum/evmone/pull/942/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `18.70% <ø> (-0.16%)` | :arrow_down: | | [execution_spec_tests](https://app.codecov.io/gh/ethereum/evmone/pull/942/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `17.98% <ø> (ø)` | | | [unittests](https://app.codecov.io/gh/ethereum/evmone/pull/942/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `89.67% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum#carryforward-flags-in-the-pull-request-comment) to find out more.
chfast commented 5 months ago

I re-added Cancun/BlockchainTests/ValidBlock in hope of restoring coverage to what it was.

Coverage restored, so I guess this is good to go.