Skip to content

Commit

Permalink
ci: Codecov badge in bedrcok and ignore some files
Browse files Browse the repository at this point in the history
ci: Codecov badge in bedrcok and ignore some files
  • Loading branch information
maurelian committed Oct 21, 2022
1 parent 5400427 commit 9b90c73
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-comics-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts-bedrock': patch
---

Added codecov badge to readme
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ignore:
- "l2geth"
- "**/*.t.sol"
- "op-bindings/bindings/*.go"
- "packages/contracts-bedrock/contracts/(vendor|libraries)/(trie|rlp)"
flag_management:
# Note: flags should have the same name as the circleci job in which they
# are uploaded.
Expand Down
2 changes: 2 additions & 0 deletions packages/contracts-bedrock/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Optimism Smart Contracts (Bedrock)

[![codecov](https://codecov.io/gh/ethereum-optimism/optimism/branch/develop/graph/badge.svg?token=0VTG7PG7YR&flag=contracts-bedrock-tests)](https://codecov.io/gh/ethereum-optimism/optimism)

This package contains the smart contracts that compose the on-chain component of Optimism's upcoming Bedrock upgrade.
We've tried to maintain 100% backwards compatibility with the existing system while also introducing new useful features.
You can find detailed specifications for the contracts contained within this package [here](../../specs).
Expand Down
1 change: 1 addition & 0 deletions packages/data-transport-layer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![codecov](https://codecov.io/gh/ethereum-optimism/optimism/branch/master/graph/badge.svg?token=0VTG7PG7YR&flag=data-transport-layer)](https://codecov.io/gh/ethereum-optimism/optimism)

# @eth-optimism/data-transport-layer

## What is this?
Expand Down

0 comments on commit 9b90c73

Please sign in to comment.