Skip to content

Commit

Permalink
Remove coverage-related stuff from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjbillington committed Dec 4, 2024
1 parent b51242a commit 971be7a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,3 @@ test = [
"pytest",
"pytest-cov",
]

branch = true
source = ["zprocess"]
parallel = true
concurrency = ["multiprocessing", "thread"]

[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
"def __repr__",
"raise NotImplementedError",
"if __name__ == .__main__.:",
"pass",
]

0 comments on commit 971be7a

Please sign in to comment.