Skip to content

Commit

Permalink
Setup coverage configuration in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 8, 2024
1 parent f351a39 commit 50d155f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ warn_unused_ignores = true
warn_return_any = true

["tool.mypy-pyhmmer.tests.*"]
ignore_errors = true
ignore_errors = true

[tool.coverage.report]
include = ["pyhmmer/*.py", "pyhmmer/*.pyx"]
plugins = [ "Cython.Coverage" ]

0 comments on commit 50d155f

Please sign in to comment.