forked from Chaste/Chaste
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
87 lines (83 loc) · 1.94 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
# Documentation for this file specification:
# https://docs.codecov.com/docs/codecovyml-reference
# Check if this file is valid by running in bash:
# curl -X POST --data-binary @.codecov.yml https://codecov.io/validate
codecov:
require_ci_to_pass: no
branch: develop # default branch on codecov
strict_yaml_branch: develop # only use this file on develop
coverage:
status:
project:
default: false
core:
target: 100%
threshold: 0%
paths:
- "continuum_mechanics/"
- "global/"
- "io/"
- "linalg/"
- "mesh/"
- "ode/"
- "pde/"
cell_based:
target: 100%
threshold: 0%
paths:
- "cell_based/"
crypt:
target: 100%
threshold: 0%
paths:
- "crypt/"
heart:
target: 100%
threshold: 0%
paths:
- "heart/"
lung:
target: 100%
threshold: 0%
paths:
- "lung/"
patch:
default: false
core:
target: 100%
threshold: 0%
paths:
- "continuum_mechanics/"
- "global/"
- "io/"
- "linalg/"
- "mesh/"
- "ode/"
- "pde/"
cell_based:
target: 100%
threshold: 0%
paths:
- "cell_based/"
crypt:
target: 100%
threshold: 0%
paths:
- "crypt/"
heart:
target: 100%
threshold: 0%
paths:
- "heart/"
lung:
target: 100%
threshold: 0%
paths:
- "lung/"
range: 100..100 # This affects the colour: yelow...green
round: down # up, down, or nearest
precision: 2 # Number of decimal places, between 0 and 5
# If necessary can ignore files here, but these should also be filtered
# out by lcov in the coverage.yml workflow
ignore:
- "*/cxxtest/.*"