Skip to content

Commit

Permalink
chore: omit tests dir when producing coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalenyk committed Jun 21, 2024
1 parent 12a729b commit be1e26e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ disable = [

[tool.setuptools]
packages = ["nightingale"]


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

0 comments on commit be1e26e

Please sign in to comment.