Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --version option to testing tools #902

Merged

Conversation

miles170
Copy link
Contributor

Closes #892

  • evmone-t8n --version
  • evmone-statetest --version
  • evmone-blockchaintest --version

Copy link

codecov bot commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.26%. Comparing base (f44466e) to head (d343577).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #902   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files         130      130           
  Lines       15673    15675    +2     
=======================================
+ Hits        15401    15403    +2     
  Misses        272      272           
Flag Coverage Δ
ethereum-tests 27.89% <100.00%> (+0.01%) ⬆️
ethereum-tests-silkpre 19.65% <100.00%> (+<0.01%) ⬆️
execution-spec-tests 18.99% <100.00%> (+0.01%) ⬆️
unittests 94.13% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
test/blockchaintest/blockchaintest.cpp 87.50% <100.00%> (+0.26%) ⬆️
test/statetest/statetest.cpp 92.30% <100.00%> (+0.15%) ⬆️
test/t8n/t8n.cpp 86.36% <100.00%> (ø)

@chfast chfast added the tests Testing infrastructure label May 24, 2024
@chfast chfast requested review from chfast and rodiazet May 24, 2024 09:52
@chfast chfast force-pushed the add-version-option-to-testing-tools branch from 491d99e to d343577 Compare May 27, 2024 07:15
@chfast chfast merged commit bf329a1 into ethereum:master May 27, 2024
24 checks passed
@miles170 miles170 deleted the add-version-option-to-testing-tools branch May 28, 2024 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Testing infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add --version option to testing tools
2 participants