Skip to content

Commit

Permalink
added codecov yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Aug 7, 2024
1 parent 50e24b5 commit 29d1ae3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
comment: false
coverage:
precision: 2
round: down
range: "70...95"
ignore:
- "tests"
- "orthohmm-runner.py"
- "setup.py"
- "orthohmm/__main__.py"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 29d1ae3

Please sign in to comment.