forked from hyperlane-xyz/hyperlane-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
31 lines (30 loc) · 935 Bytes
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
comment:
layout: "header, diff, flags, components" # show component info in the PR comment
component_management:
default_rules: # default rules that will be inherited by all components
statuses:
- type: project # in this case every component that does not have a status defined will have a project type one
target: auto
branches:
- "!main"
individual_components:
- component_id: module_core
name: core
paths:
- solidity/contracts/Mailbox.sol
- component_id: module_hooks
name: hooks
paths:
- solidity/contracts/hooks/**
- component_id: module_isms
name: isms
paths:
- solidity/contracts/isms/**
- component_id: module_token
name: token
paths:
- solidity/contracts/token/**
- component_id: module_middlewares
name: middlewares
paths:
- solidity/contracts/middleware/**