ethereum / evmone

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

Fix `eoftest` to run all tests from a JSON file #935

Closed pdobacz closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 95.12%. Comparing base (17ec114) to head (28c7a54).

:exclamation: Current head 28c7a54 differs from pull request most recent head 5d77ab7

Please upload reports for the commit 5d77ab7 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #935 +/- ## ======================================= Coverage 95.12% 95.12% ======================================= Files 140 140 Lines 15885 15888 +3 ======================================= + Hits 15110 15113 +3 Misses 775 775 ``` | [Flag](https://app.codecov.io/gh/ethereum/evmone/pull/935/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/935/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `16.60% <100.00%> (+0.24%)` | :arrow_up: | | [ethereum_tests](https://app.codecov.io/gh/ethereum/evmone/pull/935/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `26.91% <100.00%> (+0.03%)` | :arrow_up: | | [ethereum_tests_silkpre](https://app.codecov.io/gh/ethereum/evmone/pull/935/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `18.35% <0.00%> (-0.01%)` | :arrow_down: | | [execution_spec_tests](https://app.codecov.io/gh/ethereum/evmone/pull/935/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `17.82% <0.00%> (-0.01%)` | :arrow_down: | | [unittests](https://app.codecov.io/gh/ethereum/evmone/pull/935/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `90.27% <100.00%> (+<0.01%)` | :arrow_up: | 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. | [Files](https://app.codecov.io/gh/ethereum/evmone/pull/935?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | Coverage Δ | | |---|---|---| | [test/eoftest/eoftest\_runner.cpp](https://app.codecov.io/gh/ethereum/evmone/pull/935?src=pr&el=tree&filepath=test%2Feoftest%2Feoftest_runner.cpp&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum#diff-dGVzdC9lb2Z0ZXN0L2VvZnRlc3RfcnVubmVyLmNwcA==) | `87.50% <100.00%> (+2.65%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/ethereum/evmone/pull/935/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum)
chfast commented 5 months ago

This bumps eof.cpp coverage via EOF/EEST tests from ~74% to ~80%.