-
Notifications
You must be signed in to change notification settings - Fork 142
/
Copy pathcodecov.yaml
54 lines (51 loc) · 1.06 KB
/
codecov.yaml
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
coverage:
status:
patch:
default:
target: 90%
github_checks:
annotations: false
comment:
layout: "header, diff, flags, components"
component_management:
individual_components:
- component_id: controllers
name: Controllers
paths:
- app/controllers/**
- component_id: models
name: Models
paths:
- app/models/**
- component_id: mailers
name: Mailers
paths:
- app/mailers/**
- component_id: services
name: Services
paths:
- app/services/**
- component_id: workers
name: Workers
paths:
- app/workers/**
statuses:
- type: patch
target: auto
threshold: 100%
- component_id: policies
name: Policies
paths:
- app/policies/**
statuses:
- type: patch
target: auto
threshold: 100%
- component_id: graphql
name: GraphQL
paths:
- app/graphql/**
statuses:
- type: patch
target: auto
threshold: 90%