-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
.codecov.yml
114 lines (111 loc) · 2.91 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
codecov:
require_ci_to_pass: true
coverage:
precision: 2
range: "20..70"
round: up
status:
project:
default:
target: auto
threshold: 5%
patch:
default:
informational: true
only_pulls: true
ignore:
- "Tests"
- "Apps"
component_management:
individual_components:
- component_id: common-primitives
name: Common Primitives
paths:
- Modules/Common/Primitives/**
- component_id: data-animation
name: Data Animation
paths:
- Modules/Data/Animation/**
- component_id: data-events
name: Data Animation
paths:
- Modules/Data/Events/**
- Tests/Data/Events/**
- component_id: data-primitives
name: Data Primitives
paths:
- Modules/Data/Primitives/**
- component_id: data-provider
name: Data Provider
paths:
- Modules/Data/Provider/**
- component_id: data-range-set
name: Data Range-Set
paths:
- Modules/Data/RangeSet/**
- Tests/Data/RangeSet/**
- component_id: data-types
name: Data Types
paths:
- Modules/Data/Types/**
- Tests/Data/Types/**
- component_id: platform-utils
name: Platform Utils
paths:
- Modules/Platform/Utils/**
- component_id: platform-input
name: Platform Input
paths:
- Modules/Platform/Input/**
- Tests/Platform/Input/**
- component_id: platform-app-view
name: Platform App-View
paths:
- Modules/Platform/AppView/**
- component_id: platform-app
name: Platform App
paths:
- Modules/Platform/App/**
- component_id: graphics-types
name: Graphics Types
paths:
- Modules/Graphics/Types/**
- Tests/Graphics/Types/**
- component_id: graphics-rhi
name: Graphics RHI
paths:
- Modules/Graphics/RHI/**
- component_id: graphics-primitives
name: Graphics Primitives
paths:
- Modules/Graphics/Primitives/**
- component_id: graphics-mesh
name: Graphics Mesh
paths:
- Modules/Graphics/Mesh/**
- component_id: graphics-camera
name: Graphics Camera
paths:
- Modules/Graphics/Camera/**
- Tests/Graphics/Camera/**
- component_id: graphics-app
name: Graphics App
paths:
- Modules/Graphics/App/**
- component_id: user-interface-types
name: User Interface Types
paths:
- Modules/UserInterface/Types/**
- Tests/UserInterface/Types/**
- component_id: user-interface-typography
name: User Interface Typography
paths:
- Modules/UserInterface/Typography/**
- component_id: user-interface-widgets
name: User Interface Widgets
paths:
- Modules/UserInterface/Widgets/**
- component_id: user-interface-app
name: User Interface App
paths:
- Modules/UserInterface/App/**