forked from bookorbit/bookorbit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
80 lines (77 loc) · 1.55 KB
/
Copy pathcodecov.yml
File metadata and controls
80 lines (77 loc) · 1.55 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
coverage:
status:
project:
default:
target: auto
threshold: 0%
base: auto
flags:
- server
- client
server:
target: auto
threshold: 0%
base: auto
flags:
- server
client:
target: auto
threshold: 0%
base: auto
flags:
- client
patch:
default:
target: auto
threshold: 0%
base: auto
flags:
- server
- client
server:
target: auto
threshold: 0%
base: auto
flags:
- server
client:
target: auto
threshold: 0%
base: auto
flags:
- client
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false
require_base: false
require_head: true
hide_project_coverage: false
show_carryforward_flags: true
flags:
server:
paths:
- server/**
carryforward: true
client:
paths:
- client/**
carryforward: true
ignore:
- "server/src/**/*.test.ts"
- "server/src/scripts/**"
- "server/src/**/*.module.ts"
- "server/src/main.ts"
- "server/src/db/schema/**"
- "server/src/**/*.types.ts"
- "server/src/**/*.interface.ts"
- "server/src/**/*.constants.ts"
- "server/src/**/*.enum.ts"
- "server/src/config/**"
- "server/src/common/types/**"
- "client/src/**/*.test.ts"
- "client/src/**/*.spec.ts"
- "client/src/**/__tests__/**"
- "client/src/main.ts"
- "client/src/**/*.d.ts"
- "client/src/**/*.types.ts"