forked from TBD54566975/tbdex-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
33 lines (28 loc) · 891 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
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
- type: patch
target: 90 # every PR opened should strive for at least 90% coverage
individual_components:
- component_id: package-protocol
name: protocol
paths: ["packages/protocol/**"]
- component_id: package-http-client
name: http-client
paths: ["packages/http-client/**"]
- component_id: package-http-server
name: http-server
paths: ["packages/http-server/**"]
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true # Don't gate PRs based on Codecov passing thresholds