Skip to content

Commit 9107d5f

Browse files
committed
Exclude slippers component end tags from coverage
1 parent c38efe8 commit 9107d5f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

airlock/templates/file_browser/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
{% endfragment %}
7878

7979
{% #card title=title custom_button=action_button %}
80-
8180
{% if context == "request" %}
8281
{% #description_item title="Status:" %}{{ release_request.status.name }}{% /description_item %}
8382
{% endif %}

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ exclude_also = [
4141

4242
[tool.coverage.django_coverage_plugin]
4343
template_extensions = "html"
44+
exclude_blocks = [
45+
"\\/\\w+"
46+
]

0 commit comments

Comments
 (0)