-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.codecov.yml
More file actions
131 lines (108 loc) · 2.84 KB
/
Copy path.codecov.yml
File metadata and controls
131 lines (108 loc) · 2.84 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
coverage:
precision: 2
round: down
range: "23...80" # acceptable coverage range
status:
project:
default:
# Don't fail the status check if coverage decreases.
informational: true
patch:
default:
# Don't fail the status check if coverage decreases.
informational: true
# PR comment layout
comment:
layout: "reach,diff,flags,files,footer"
behavior: new
require_changes: false # learn more in the Requiring Changes section below
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff]
component_management:
# Shamrock components (should match the targets declared in src/CMakeLists.txt)
individual_components:
- component_id: shamformat
name: shamformat
paths:
- src/shamformat/**
- component_id: shamterm
name: shamterm
paths:
- src/shamterm/**
- component_id: shamunits
name: shamunits
paths:
- src/shamunits/**
- component_id: shambase
name: shambase
paths:
- src/shambase/**
- component_id: shamcomm
name: shamcomm
paths:
- src/shamcomm/**
- component_id: shambackends
name: shambackends
paths:
- src/shambackends/**
- component_id: shammath
name: shammath
paths:
- src/shammath/**
- component_id: shamsolvergraph
name: shamsolvergraph
paths:
- src/shamsolvergraph/**
- component_id: shamalgs
name: shamalgs
paths:
- src/shamalgs/**
- component_id: shamsys
name: shamsys
paths:
- src/shamsys/**
- component_id: shamphys
name: shamphys
paths:
- src/shamphys/**
- component_id: shamcmdopt
name: shamcmdopt
paths:
- src/shamcmdopt/**
- component_id: shambindings
name: shambindings
paths:
- src/shambindings/**
- component_id: shamtree
name: shamtree
paths:
- src/shamtree/**
- component_id: shamlib
name: shamlib
paths:
- src/shamrock/**
- component_id: shampylib
name: shampylib
paths:
- src/shampylib/**
- component_id: shammodels_common
name: shammodels_common
paths:
- src/shammodels/common/**
- component_id: shammodels_zeus
name: shammodels_zeus
paths:
- src/shammodels/zeus/**
- component_id: shammodels_ramses
name: shammodels_ramses
paths:
- src/shammodels/ramses/**
- component_id: shammodels_sph
name: shammodels_sph
paths:
- src/shammodels/sph/**
- component_id: shammodels_gsph
name: shammodels_gsph
paths:
- src/shammodels/gsph/**