From e751a62a7bebd00b3cc5641134f1520cde7be053 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Mon, 11 Dec 2023 12:43:51 +0000 Subject: [PATCH] correct coverage file --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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"]