test: improve test coverage for aliasing#2100
test: improve test coverage for aliasing#2100smartcontracts merged 1 commit intoethereum-optimism:developfrom
Conversation
|
|
@smartcontracts I closed the other pr and opened this new one, as I had to figure out how to properly keep up to date with the develop branch on my local machine. I updated the commit message as requested, and rebased against develop. hopefully this works. Mind My noobishness, this is my first time contributing. |
|
No problem @RasenGUY! Thank you :-) running the integration tests now |
Codecov Report
@@ Coverage Diff @@
## develop #2100 +/- ##
===========================================
+ Coverage 75.30% 75.37% +0.07%
===========================================
Files 81 81
Lines 2705 2705
Branches 436 436
===========================================
+ Hits 2037 2039 +2
+ Misses 668 666 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I'l take a stab at other similar issues, if that's ok with you guys ? |
Of course! You're welcome to tackle as many issues as you'd like :-) Let me know if you ever need any assistance |
…orks (#2144) ## Description Adapt the devstack configuration files (called presets) to be compatible with large network configuration files. Progress towards #2100
## Description Deprecate p2p tests in `devnet-sdk` now we have full-feature equivalence inside the `devstack`. Adds a finalized sync test. Close #2100
…orks (op-rs/kona#2144) ## Description Adapt the devstack configuration files (called presets) to be compatible with large network configuration files. Progress towards #2100
Description
This commit improves the test coverage for address aliasing to 100% in packages/core-utils/alias.spec.ts
Additional context
Metadata