We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75abdbb + ef83b09 commit 239215cCopy full SHA for 239215c
airlock/settings.py
@@ -118,6 +118,7 @@ def get_env_var(name):
118
"builtins": [
119
"slippers.templatetags.slippers", # required for assets library
120
],
121
+ "debug": DEBUG, # required for template coverage
122
},
123
124
]
pyproject.toml
@@ -20,6 +20,8 @@ DJANGO_SETTINGS_MODULE = "airlock.settings"
20
branch = true
21
# Required to get full coverage when using Playwright
22
concurrency = ["greenlet", "thread"]
23
+plugins = ["django_coverage_plugin"]
24
+omit = ["*/assets/templates/*",]
25
26
[tool.coverage.report]
27
fail_under = 100
0 commit comments