diff --git a/pyproject.toml b/pyproject.toml index 0fc56cc6..6b85b6e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,3 +16,6 @@ testpaths = "src/python-fastui/tests" xfail_strict = true filterwarnings = ["error"] asyncio_mode = "auto" + +[tool.coverage.run] +source = ["src/python-fastui/fastui"]