We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181e1f7 commit ac853e2Copy full SHA for ac853e2
1 file changed
pyproject.toml
@@ -29,7 +29,7 @@ Issues = "https://github.com/DeanWay/coverage-threshold/issues"
29
30
[tool.isort]
31
profile = "black"
32
-src_paths = ["coverage_threshold", "tests"]
+src_paths = ["src", "tests"]
33
34
[tool.pytest.ini_options]
35
pythonpath = ["src"]
0 commit comments