From 29d1ae3b977a2b201408465595bb9d067e14d382 Mon Sep 17 00:00:00 2001 From: JLSteenwyk Date: Wed, 7 Aug 2024 14:13:27 -0700 Subject: [PATCH] added codecov yaml --- codecov.yml | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..01169e9 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +comment: false +coverage: + precision: 2 + round: down + range: "70...95" +ignore: + - "tests" + - "orthohmm-runner.py" + - "setup.py" + - "orthohmm/__main__.py" diff --git a/setup.py b/setup.py index 7cc8a37..d7eec79 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name="orthohmm", - description="HMM-based inference of orthologous groups.", + description="HMM-based orthology", long_description=long_description, long_description_content_type="text/markdown", author="Jacob L. Steenwyk",