Skip to content

Commit

Permalink
Excludes typing-only code from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Sep 3, 2024
1 parent 0017409 commit 4e21bb0
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 @@ -12,6 +12,11 @@ filterwarnings = [
[tool.coverage.run]
branch = true
source = ["src"]
omit = [
"src/suitable/_modules.py",
"src/suitable/_module_types.py",
"src/suitable/types.py",
]

[tool.bandit]
exclude_dirs = ["tests"]
Expand Down

0 comments on commit 4e21bb0

Please sign in to comment.