Configure coverage
This commit is contained in:
@@ -16,5 +16,12 @@ advent-of-code-2023 = "advent_of_code.__main__:main"
|
|||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
|
|
||||||
|
[tool.coverage.run]
|
||||||
|
source = ["advent_of_code"]
|
||||||
|
omit = ["advent_of_code/__main__.py"]
|
||||||
|
|
||||||
|
[tool.coverage.report]
|
||||||
|
show_missing = true
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
|
Reference in New Issue
Block a user