generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 54
/
codecov.yml
65 lines (53 loc) · 1.58 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
comment:
layout: "header, diff, components"
component_management:
default_rules:
statuses:
- type: project
target: auto # auto compares coverage to the previous base commit
threshold: 5% # allows a 5% drop from the previous base commit coverage
informational: true
- type: patch
target: 90
informational: true
if_ci_failed: success
individual_components:
- component_id: package-agent
name: agent
paths: ["packages/agent/**"]
- component_id: package-api
name: api
paths: ["packages/api/**"]
- component_id: package_common
name: common
paths: ["packages/common/**"]
- component_id: package_credentials
name: credentials
paths: ["packages/credentials/**"]
- component_id: package_crypto
name: crypto
paths: ["packages/crypto/**"]
- component_id: package_dids
name: dids
paths: ["packages/dids/**"]
- component_id: package-identity-agent
name: identity-agent
paths: ["packages/identity-agent/**"]
- component_id: package-crypto-aws-kms
name: crypto-aws-kms
paths: ["packages/crypto-aws-kms/**"]
- component_id: package-proxy-agent
name: proxy-agent
paths: ["packages/proxy-agent/**"]
- component_id: package-user-agent
name: user-agent
paths: ["packages/user-agent/**"]
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true # Don't gate PRs based on Codecov passing thresholds
if_ci_failed: success