Configure coverage

This commit is contained in:
Nettika
2023-12-19 13:48:22 -08:00
parent 4f7424b533
commit 8cd5c3d002

View File

@@ -16,5 +16,12 @@ advent-of-code-2023 = "advent_of_code.__main__:main"
[tool.pytest.ini_options]
testpaths = ["tests"]
[tool.coverage.run]
source = ["advent_of_code"]
omit = ["advent_of_code/__main__.py"]
[tool.coverage.report]
show_missing = true
[tool.isort]
profile = "black"