From 33aac21ac93ce8dd65e7d4e74893cdb31b83dfa3 Mon Sep 17 00:00:00 2001 From: docktermj Date: Wed, 2 Oct 2024 10:41:22 -0400 Subject: [PATCH] #240 Reset coverage --- .github/coverage/testcoverage.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/coverage/testcoverage.yaml b/.github/coverage/testcoverage.yaml index 7ede1f07..5c18c4fc 100644 --- a/.github/coverage/testcoverage.yaml +++ b/.github/coverage/testcoverage.yaml @@ -15,15 +15,15 @@ local-prefix: "github.com/org/project" threshold: # (optional; default 0) # The minimum coverage that each file should have - file: 0 + file: 85 # (optional; default 0) # The minimum coverage that each package should have - package: 0 + package: 85 # (optional; default 0) # The minimum total coverage project should have - total: 0 + total: 85 # Holds regexp rules which will override thresholds for matched files or packages # using their paths. #