-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcodecov.yml
More file actions
46 lines (42 loc) · 801 Bytes
/
codecov.yml
File metadata and controls
46 lines (42 loc) · 801 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
ignore:
- "**tests**/test_*.py"
coverage:
status:
project:
default:
target: auto
threshold: 1
patch:
default:
target: 90
flags:
workerunit:
carryforward: true
workerintegration:
carryforward: true
apiunit:
carryforward: true
apiintegration:
carryforward: true
sharedunit:
carryforward: true
sharedintegration:
carryforward: true
component_management:
individual_components:
- component_id: worker
name: worker
paths:
- apps/worker/**
- component_id: codecov-api
name: codecov-api
paths:
- apps/codecov-api/**
- component_id: shared
name: shared
paths:
- libs/shared/**
codecov:
require_ci_to_pass: false
notify:
wait_for_ci: false