execution-spec-tests
execution-spec-tests copied to clipboard
Coverage test demo [TEST]
🗒️ Description
Test how coverage script is working after refactoring Test vectors from PR: https://github.com/ethereum/execution-spec-tests/pull/680 Patches are introduced to the coverage script here, need to merge changes to the original PR
- [x] new test introduced, scipt is green
- [x] no new tests, only unrelated changes, script is disabled
- [x] lost coverage in pr detected
- [x] new coverage in pr detected
- [x] lost coverage in eof detected
- [x] new test in eof, scrip in native is green
- [x] converted test file coverage detects coverage
- [x] converted files, files are missing in tests
- [x] rename test
🔗 Related Issues
https://github.com/ethereum/execution-spec-tests/pull/839
✅ Checklist
- [ ] All: Set appropriate labels for the changes.
- [ ] All: Considered squashing commits to improve commit history.
- [ ] All: Added an entry to CHANGELOG.md.
- [ ] All: Considered updating the online docs in the ./docs/ directory.
- [ ] Tests: All converted JSON/YML tests from ethereum/tests have been added to converted-ethereum-tests.txt.
- [ ] Tests: A PR with removal of converted JSON/YML tests from ethereum/tests have been opened.
- [ ] Tests: Included the type and version of evm t8n tool used to locally execute test cases: e.g., ref with commit hash or geth 1.13.1-stable-3f40e65.
- [ ] Tests: Ran
mkdocs serve
locally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.