From eadcb0871c6ccbe495a45adc33bc992b39220d90 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Fri, 13 Sep 2024 15:59:06 -0700 Subject: [PATCH] configure codecov - split project status into package and tests - split patch status, too --- .codecov.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index f76df15..ea6c1b6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,3 +1,22 @@ codecov: branch: main +coverage: + status: + project: + default: false + tests: + paths: "tests/" + target: 100% + package: + paths: "gromacs/" + patch: + default: false + test: + paths: "tests/" + target: 100% + threshold: 0% + package: + paths: "gromacs/" + target: auto + threshold: 0%