-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
54 lines (53 loc) · 1 KB
/
codecov.yml
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
# Codecov settings
comment:
behavior: once
layout: flags
show_carryforward_flags: true
github_checks:
annotations: false
coverage:
status:
patch: off
project:
default: off
auth-backend:
informational: true
flags:
- auth-backend
command-backend:
informational: true
flags:
- command-backend
image-backend:
informational: true
flags:
- image-backend
query-backend:
informational: true
flags:
- query-backend
frontend:
informational: true
flags:
- frontend
flags:
auth-backend:
carryforward: true
paths:
- backend/auth
command-backend:
carryforward: true
paths:
- backend/command
image-backend:
carryforward: true
paths:
- backend/image
query-backend:
carryforward: true
paths:
- backend/query
frontend:
carryforward: true
paths:
- frontend