Revision a23d263b087b3dad1fca5da4b7e53b87410e7caf authored by Gary Hu on 07 March 2024, 02:24:25 UTC, committed by Gary Hu on 07 March 2024, 02:24:25 UTC
1 parent b383511
Raw File
.coverage
# 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 = 89

[xfem]
require_total = 80
back to top