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

MTCannon: Add add/addi/addu/addiu opcodes tests #12085

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

GrapeBaBa
Copy link
Contributor

Description

This PR Add add/addi/addu/addiu opcodes tests.

Tests

Additional context

Metadata

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.87%. Comparing base (718b9b0) to head (6701cb3).
Report is 12 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #12085      +/-   ##
===========================================
- Coverage    79.10%   78.87%   -0.24%     
===========================================
  Files           41       41              
  Lines         3437     3437              
===========================================
- Hits          2719     2711       -8     
- Misses         548      557       +9     
+ Partials       170      169       -1     
Flag Coverage Δ
cannon-go-tests 78.87% <ø> (-0.24%) ⬇️

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

see 1 file with indirect coverage changes

cannon/mipsevm/tests/evm_common_test.go Outdated Show resolved Hide resolved
@Inphi Inphi added this pull request to the merge queue Sep 25, 2024
Merged via the queue into ethereum-optimism:develop with commit 3072549 Sep 25, 2024
62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MTCannon: Create add/addi/addu/addiu opcodes test
2 participants