Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions airlock/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def get_env_var(name):
"builtins": [
"slippers.templatetags.slippers", # required for assets library
],
"debug": DEBUG, # required for template coverage
},
},
]
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ DJANGO_SETTINGS_MODULE = "airlock.settings"
branch = true
# Required to get full coverage when using Playwright
concurrency = ["greenlet", "thread"]
plugins = ["django_coverage_plugin"]
omit = ["*/assets/templates/*",]

[tool.coverage.report]
fail_under = 100
Expand Down