From 26d9c42608280ac05d3079c6f68e8d6159105d45 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Wed, 21 Feb 2024 09:02:47 +0200 Subject: [PATCH] update codecov --- codecov.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/codecov.yml b/codecov.yml index d0cabb8f..7fd3099e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,20 @@ codecov: branch: main # set new Default branch + require_ci_to_pass: no + max_report_age: off + +comment: false + +ignore: + - "regional_mom6/tests/*" + +coverage: + precision: 2 + round: down + status: + project: + default: + target: 95 + informational: true + patch: off + changes: off