Skip to content

Commit

Permalink
ci: Add flag names to codecov.yml (ethereum-optimism#3619)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
maurelian and mergify[bot] committed Sep 29, 2022
1 parent 6713581 commit a5ddb5a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,21 @@ ignore:
- "l2geth"
- "**/*.t.sol"
- "op-bindings/bindings/*.go"
flag_management:
# Note: flags should have the same name as the circleci job in which they
# are uploaded.
individual_flags:
- name: bedrock-go-tests
- name: contracts-bedrock-tests
- name: common-ts-tests
- name: contracts-tests
- name: core-utils-tests
- name: actor-tests-tests
- name: contracts-governance-tests
- name: contracts-periphery-tests
- name: dtl-tests
- name: drippie-mon-tests
- name: fault-detector-tests
- name: message-relayer-tests
- name: replica-healthcheck-tests
- name: sdk-tests

0 comments on commit a5ddb5a

Please sign in to comment.