Skip to content

Commit 0e70f9b

Browse files
committed
Change: Merge coverage config into pyproject.toml
1 parent 6faf4d1 commit 0e70f9b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.coveragerc

Lines changed: 0 additions & 7 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ files = "autohooks"
9595
ignore_missing_imports = true
9696
explicit_package_bases = true
9797

98+
[tool.coverage.run]
99+
omit = ["tests/*", "*/__init__.py"]
100+
source = ["autohooks"]
101+
98102
[tool.ruff]
99103
line-length = 80
100104
target-version = "py39"

0 commit comments

Comments
 (0)