Skip to content

Commit dccc250

Browse files
committed
chore: add coverage config
1 parent f42a920 commit dccc250

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ version = {attr = "typesense.__version__"}
3232

3333
[tool.setuptools.packages.find]
3434
where = ["src"]
35+
36+
[tool.coverage.run]
37+
source = ["."]
38+
omit = ["examples/*.py","./venv/*","tests/*/*.py","*__init__.py","*/*test.py", "./src/typesense/types/*.py"]
39+
40+
[tool.coverage.report]
41+
omit = ["examples/*.py","./venv/*","tests/*.py","*__init__.py","*/*test.py"]

0 commit comments

Comments
 (0)