-
-
Notifications
You must be signed in to change notification settings - Fork 598
Expand file tree
/
Copy path.codecov.yml
More file actions
58 lines (54 loc) · 1000 Bytes
/
.codecov.yml
File metadata and controls
58 lines (54 loc) · 1000 Bytes
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
codecov:
require_ci_to_pass: true
comment:
layout: reach, diff, flags, files, footer
behavior: default
require_changes: false
coverage:
status:
project:
default:
target: 95%
threshold: 0%
base: auto
backend:
flags:
- backend
target: 95%
threshold: 0%
base: auto
frontend:
flags:
- frontend
target: 95%
threshold: 0%
base: auto
patch:
default:
informational: true
target: auto
threshold: 0%
backend:
informational: true
flags:
- backend
target: auto
threshold: 0%
frontend:
informational: true
flags:
- frontend
target: auto
threshold: 0%
fixes:
- /app/::frontend/
- /home/owasp/::backend/
flags:
backend:
paths:
- backend/
carryforward: true
frontend:
paths:
- frontend/
carryforward: true