From be72a4ab4c3106e8b95e30bd95eca90d68e5e70b Mon Sep 17 00:00:00 2001 From: "Ware, Joseph (DLSLtd,RAL,LSCI)" Date: Fri, 7 Feb 2025 14:38:57 +0000 Subject: [PATCH] Add codecov config --- .codecov.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .codecov.yaml diff --git a/.codecov.yaml b/.codecov.yaml new file mode 100644 index 00000000..a5d2c164 --- /dev/null +++ b/.codecov.yaml @@ -0,0 +1,14 @@ +# show coverage in CI status, not as a comment. +comment: false +coverage: + status: + project: + default: + target: auto + threshold: 1% + patch: + default: + target: 90 + threshold: 1% +github_checks: + annotations: false