-
Notifications
You must be signed in to change notification settings - Fork 46.2k
Expand file tree
/
Copy pathcodecov.yml
More file actions
97 lines (93 loc) · 2.05 KB
/
codecov.yml
File metadata and controls
97 lines (93 loc) · 2.05 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
codecov:
require_ci_to_pass: true
coverage:
status:
project:
platform-backend:
target: auto
threshold: 1%
flags:
- platform-backend
platform-frontend:
target: auto
threshold: 1%
informational: true
flags:
- platform-frontend
patch:
platform-backend:
target: 80%
flags:
- platform-backend
platform-frontend:
target: 80%
flags:
- platform-frontend
autogpt-libs:
target: 80%
informational: true
flags:
- autogpt-libs
classic:
target: 80%
informational: true
flags:
- autogpt-agent
flags:
platform-backend:
paths:
- autogpt_platform/backend/
carryforward: true
platform-frontend:
paths:
- autogpt_platform/frontend/src/
carryforward: true
platform-frontend-e2e:
paths:
- autogpt_platform/frontend/src/
carryforward: true
autogpt-libs:
paths:
- autogpt_platform/autogpt_libs/
carryforward: true
autogpt-agent:
paths:
- classic/
carryforward: true
component_management:
default_rules:
statuses:
- type: project
target: auto
informational: true
- type: patch
target: 80%
informational: true
individual_components:
- component_id: platform-backend
name: "Platform Backend"
paths:
- autogpt_platform/backend/**
- component_id: platform-frontend
name: "Platform Frontend"
paths:
- autogpt_platform/frontend/src/**
statuses:
- type: project
target: auto
informational: true
- type: patch
target: 80%
informational: true
- component_id: autogpt-libs
name: "AutoGPT Libs"
paths:
- autogpt_platform/autogpt_libs/**
- component_id: classic
name: "Classic AutoGPT"
paths:
- classic/**
comment:
layout: "header,diff,flags,components"
behavior: default
require_changes: false