Skip to content

Commit 5cc51b9

Browse files
authored
Simplify coverage config (#226)
These were holdovers needed for projects I no longer work with
1 parent 304093b commit 5cc51b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ warn_unused_ignores = false
6868

6969
[tool.coverage.run]
7070
branch = true
71-
source = ["src", "tests"]
72-
73-
[tool.coverage.paths]
74-
source = ["src/", "*/site-packages", "*/src"]
75-
test = ["tests/", "*/tests"]
7671

7772
[tool.coverage.report]
7873
exclude_lines = [

0 commit comments

Comments
 (0)