Skip to content

Commit

Permalink
Omit tests from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Dec 27, 2024
1 parent 5317ef2 commit 99dc416
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ name."^py3\\.7$".set-dependencies = [
"pytest-xdist[psutil]",
]

[tool.coverage.run]
omit = [
"*/tests/*"
]

[tool.hatch.envs.types]
extra-dependencies = [
"mypy>=1.0.0",
Expand Down

0 comments on commit 99dc416

Please sign in to comment.