diff --git a/pyproject.toml b/pyproject.toml index 28acd427..4142f18f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,9 @@ norecursedirs = ".git" python_files = "test_*.py" xfail_strict = true +[tool.coverage.run] +source = ["health_check"] + [tool.coverage.report] show_missing = true skip_covered = true