-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
88 lines (85 loc) · 1.76 KB
/
Copy pathcodecov.yml
File metadata and controls
88 lines (85 loc) · 1.76 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
codecov:
require_ci_to_pass: false
coverage:
status:
project:
default:
target: auto
threshold: 2%
patch:
default:
target: 80%
flags:
unit:
paths:
- packages/
carryforward: true
integration:
paths:
- packages/
carryforward: true
component_management:
default_rules:
statuses:
- type: project
target: auto
threshold: 5%
- type: patch
target: 80%
individual_components:
- component_id: utils
name: '@pleaseai/soop-utils'
paths:
- packages/utils/src/**
flag_regexes:
- unit
- integration
- component_id: store
name: '@pleaseai/soop-store'
paths:
- packages/store/src/**
flag_regexes:
- unit
- integration
- component_id: graph
name: '@pleaseai/soop-graph'
paths:
- packages/graph/src/**
flag_regexes:
- unit
- integration
- component_id: encoder
name: '@pleaseai/soop-encoder'
paths:
- packages/encoder/src/**
flag_regexes:
- unit
- integration
- component_id: tools
name: '@pleaseai/soop-tools'
paths:
- packages/tools/src/**
flag_regexes:
- unit
- integration
- component_id: zerorepo
name: '@pleaseai/soop-zerorepo'
paths:
- packages/zerorepo/src/**
flag_regexes:
- unit
- integration
- component_id: mcp
name: '@pleaseai/soop-mcp'
paths:
- packages/mcp/src/**
flag_regexes:
- unit
- integration
- component_id: cli
name: '@pleaseai/soop-cli'
paths:
- packages/cli/src/**
flag_regexes:
- unit
- integration