Skip to content

Commit

Permalink
Remove tests and testing from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
merajhashemi committed Aug 13, 2024
1 parent 54c3c3c commit 2027c34
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 @@ -97,6 +97,10 @@ packages = ["cooper"]
warn_unused_configs = true

[tool.coverage.run]
omit = [
"testing/*",
"tests/*",
]
relative_files = true

[tool.ruff]
Expand Down

0 comments on commit 2027c34

Please sign in to comment.