Commit 13a72cb2 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4495 from ethereum-optimism/jm/codecov-ignore-ope2e

ci: Add op-e2e to codecov's ignored paths
parents be730fd0 e825ecd1
...@@ -4,6 +4,7 @@ comment: ...@@ -4,6 +4,7 @@ comment:
require_changes: true # only post the comment if coverage changes require_changes: true # only post the comment if coverage changes
ignore: ignore:
- "l2geth" - "l2geth"
- "op-e2e"
- "**/*.t.sol" - "**/*.t.sol"
- "op-bindings/bindings/*.go" - "op-bindings/bindings/*.go"
- "packages/contracts-bedrock/contracts/vendor/WETH9.sol" - "packages/contracts-bedrock/contracts/vendor/WETH9.sol"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment