-
Notifications
You must be signed in to change notification settings - Fork 471
/
Copy pathcodecov.yml
34 lines (30 loc) · 964 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
32
33
34
coverage:
ignore:
- "**/__generated__/**"
- "**/contract/deployment/zksync/**"
- "*/thirdweb/src/contract/deployment/zksync/zkDeployContract.ts"
status:
project:
default:
target: auto
patch:
packages:
target: 80%
flags:
- packages
ignore:
- "**/__generated__/**"
- "**/contract/deployment/zksync/**"
- "*/thirdweb/src/contract/deployment/zksync/zkDeployContract.ts"
github_checks:
annotations: true
flag_management:
default_rules:
carryforward: true
comment:
layout: "newheader, diff, flags, files"
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [yes :: must have a base report to post]
require_head: true # [yes :: must have a head report to post]
show_carryforward_flags: true
hide_comment_details: true #collapse all the "detailed info" for the PR comment