test(api): ignore tests file coverage

This commit is contained in:
jo 2022-06-29 14:41:35 +02:00 committed by Kyle Robbertze
parent 26a2c2dda0
commit 07f6c0b0f2
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ plugins = [
[tool.django-stubs]
django_settings_module = "libretime_api.settings.testing"
[tool.coverage.run]
omit = [
"*/tests/*",
]
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"