Skip to content

Commit

Permalink
ci: ignore code coverage in script contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Inphi committed Nov 2, 2023
1 parent 1271109 commit 972fcab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ignore:
- "op-bindings/bindings/*.go"
- "**/*.t.sol"
- "packages/contracts-bedrock/test/**/*.sol"
- "packages/contracts-bedrock/scripts/**/*.sol"
- "packages/contracts-bedrock/contracts/vendor/WETH9.sol"
- 'packages/contracts-bedrock/contracts/EAS/**/*.sol'
coverage:
Expand Down

0 comments on commit 972fcab

Please sign in to comment.