From d9422f52118fa6208891804fd5f89c95f20a3237 Mon Sep 17 00:00:00 2001 From: "Icenhour, Casey Tyler" Date: Thu, 23 Feb 2023 14:40:04 -0700 Subject: [PATCH] Lower coverage requirement to 65% The legacy params check in MOOSE (recently removed) was artificially inflating the MALAMUTE coverage level, as Baldr objects were untested but hit by the params check action anyway during MOOSE operation. Refs #28 --- .coverage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coverage b/.coverage index 29005e20..9d6e5534 100644 --- a/.coverage +++ b/.coverage @@ -6,5 +6,5 @@ # - warn_new: Warns below this percentage of coverage for new lines added [default] -require_total = 77 +require_total = 65 warn_new = 90