ethereum / execution-specs

Specification for the Execution Layer. Tracking network upgrades.
Creative Commons Zero v1.0 Universal
809 stars 223 forks source link

fix `python3 -m evm_tools t8n -v` version flag output #843

Closed winsvega closed 9 months ago

winsvega commented 9 months ago

What was wrong?

python3 -m evm_tools t8n -v python3 -m evm_tools t8n --version

commands didn't work

How was it fixed?

introducing git subcall and message to return when asked -v/--version from python3 -m evm_tools t8n command

codecov-commenter commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (2b4ca93) 74.09% compared to head (f94e6ba) 74.09%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #843 +/- ## ======================================= Coverage 74.09% 74.09% ======================================= Files 572 572 Lines 32018 32018 ======================================= Hits 23725 23725 Misses 8293 8293 ``` | [Flag](https://app.codecov.io/gh/ethereum/execution-specs/pull/843/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ethereum/execution-specs/pull/843/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `74.09% <ø> (ø)` | | 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.

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

winsvega commented 9 months ago

@SamWilsn up