Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 2, 2024
1 parent 4fc28a9 commit 2cc15b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ build-verbosity = 1

[tool.coverage.run]
branch = true
omit = [
"tests/test_benchmark.py",
]

[tool.coverage.report]
exclude_lines = ["pragma: no cover", "class .*\\(Protocol\\):", "if TYPE_CHECKING:"]
Expand Down

0 comments on commit 2cc15b8

Please sign in to comment.