diff --git a/pyproject.toml b/pyproject.toml index 4f38c95..7ab7ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,3 +55,10 @@ include = ["codebasin*"] [tool.setuptools.dynamic] readme = {file = ["README.md"]} + +[tool.coverage.run] +command_line = "-m unittest" +source = ["codebasin"] + +[tool.coverage.report] +show_missing = true