forked from idaholab/moose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.coverage
96 lines (68 loc) · 1.51 KB
/
.coverage
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
# Coverage requirement configuration for moose, enforced in CIVET testing
#
# Valid configuration options:
# - require_new: Requires this percentage of coverage for new lines added
# - require_total: Requires this percentage of total coverage
# - warn_new: Warns below this percentage of coverage for new lines added
#
# Framework coverage is enforced by the 'framework' section and individual
# module coverage is handled by the section with the same name as the
# module, i.e., 'solid_mechanics'. The 'default' section applies to all
# other cases.
[default]
require_total = 90
warn_new = 90
[framework]
require_total = 81
[chemical_reactions]
require_total = 92
[contact]
require_total = 87
[combined]
require_total = 37
[electromagnetics]
require_total = 94
[external_petsc_solver]
require_total = 85
[fluid_properties]
require_total = 84
[fsi]
require_total = 85
[functional_expansion_tools]
require_total = 81
[geochemistry]
require_total = 96
[heat_transfer]
require_total = 87
[level_set]
require_total = 85
[misc]
require_total = 32
[navier_stokes]
require_total = 77
[optimization]
require_total = 86
[peridynamics]
require_total = 77
[phase_field]
require_total = 85
[porous_flow]
require_total = 95
[ray_tracing]
require_total = 93
[rdg]
require_total = 63
[richards]
require_total = 93
[scalar_transport]
require_total = 85
[solid_properties]
require_total = 83
[stochastic_tools]
require_total = 88
[solid_mechanics]
require_total = 84
[thermal_hydraulics]
require_total = 88
[xfem]
require_total = 80