We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda4007 commit e751a62Copy full SHA for e751a62
pyproject.toml
@@ -16,3 +16,6 @@ testpaths = "src/python-fastui/tests"
16
xfail_strict = true
17
filterwarnings = ["error"]
18
asyncio_mode = "auto"
19
+
20
+[tool.coverage.run]
21
+source = ["src/python-fastui/fastui"]
0 commit comments