File tree Expand file tree Collapse file tree 1 file changed +32
-4
lines changed Expand file tree Collapse file tree 1 file changed +32
-4
lines changed Original file line number Diff line number Diff line change @@ -12,37 +12,65 @@ coverage:
12
12
13
13
status :
14
14
project :
15
- default :
16
- target : 70%
15
+ # https://docs.codecov.com/docs/commit-status
16
+ all :
17
+ target : 80%
17
18
threshold : 5%
18
19
informational : true
20
+ only_pulls : true
19
21
codewhisperer :
20
22
paths :
21
23
- packages/core/src/codewhisperer/*
22
24
flags :
23
25
- ' codewhisperer'
26
+ target : 80%
27
+ threshold : 5%
28
+ informational : true
29
+ only_pulls : true
24
30
amazonqFeatureDev :
25
31
paths :
26
32
- packages/core/src/amazonqFeatureDev/*
27
33
flags :
28
34
- ' amazonqFeatureDev'
35
+ target : 80%
36
+ threshold : 5%
37
+ informational : true
38
+ only_pulls : true
29
39
amazonqGumby :
30
40
paths :
31
41
- packages/core/src/amazonqGumby/*
42
+ target : 80%
43
+ threshold : 5%
44
+ informational : true
45
+ only_pulls : true
32
46
codewhispererChat :
33
47
paths :
34
48
- packages/core/src/codewhispererChat/*
49
+ target : 80%
50
+ threshold : 5%
51
+ informational : true
52
+ only_pulls : true
35
53
applicationcomposer :
36
54
paths :
37
55
- packages/core/src/applicationcomposer/*
56
+ target : 80%
57
+ threshold : 5%
58
+ informational : true
59
+ only_pulls : true
38
60
stepFunctions :
39
- target : 50%
40
- threshold : 10%
41
61
paths :
42
62
- packages/core/src/stepFunctions/*
63
+ target : 50%
64
+ threshold : 10%
65
+ informational : true
66
+ only_pulls : true
43
67
threatComposer :
44
68
paths :
45
69
- packages/core/src/threatComposer/*
70
+ target : 80%
71
+ threshold : 5%
72
+ informational : true
73
+ only_pulls : true
46
74
patch : false
47
75
changes : false
48
76
You can’t perform that action at this time.
0 commit comments