From e5a63323d78eb5e5047a3c3b19151c0bc800529a Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Fri, 13 Sep 2024 17:38:45 -0700 Subject: [PATCH 1/2] default codecov.yaml --- codecov.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/codecov.yml b/codecov.yml index 58ce3c5..f2cb590 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,22 +1,22 @@ -codecov: - branch: main +#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% + project: true + #default: false + # tests: + # paths: ["tests/"] + # target: 100% + # package: + # paths: ["gromacs/"] + patch: true + # default: false + # test: + # paths: ["tests/"] + # target: 100% + # threshold: 0% + # package: + # paths: ["gromacs/"] + # target: auto + # threshold: 0% From f855569dbe9f964919b4f9b930016774cfa3b689 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Wed, 18 Sep 2024 17:58:40 -0700 Subject: [PATCH 2/2] updated .coveragerc - include tests - removed outdated setup.py exclusion --- .coveragerc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.coveragerc b/.coveragerc index 04b9d94..fd0e0f1 100644 --- a/.coveragerc +++ b/.coveragerc @@ -3,11 +3,7 @@ branch = True source = gromacs omit = - setup.py doc/sphinx/source/conf.py - */tests/* - # omit the versioneer-installed _version.py - */gromacs/_version.py [report] exclude_lines =