From 40e5d3b9859ba1053189ea63628233cdcb41dd88 Mon Sep 17 00:00:00 2001 From: "Joshua F. Wiley, Ph.D" Date: Wed, 15 Feb 2023 10:10:31 +1100 Subject: [PATCH] update codecov yaml --- codecov.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/codecov.yml b/codecov.yml index c4f0b3c..cde59ab 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,12 +1,11 @@ comment: false - coverage: status: - project: + patch: default: target: auto - threshold: 1% - patch: + threshold: 1.0 + project: default: target: auto - threshold: 1% + threshold: 1.0 \ No newline at end of file