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.
1 parent 48a9b4a commit 33583b1Copy full SHA for 33583b1
kcidb/templates/revision_description.txt.j2
@@ -15,11 +15,10 @@ OVERVIEW
15
Patches: {{ misc_macros.valid_badge(revision.checkouts_valid) }}
16
{% endif %}
17
{% if revision.builds %}
18
- Builds: {{ misc_macros.valid_badge(revision.builds_valid) }}
+ Builds: {{ build_macros.build_status(revision.builds) }}
19
20
{% if revision.tests %}
21
- Tests: {{ test_macros.waived_status_badge(revision.tests_root.waived,
22
- revision.tests_root.status) }}
+ Tests: {{ test_macros.test_status(revision.tests_root.waived_status_nodes) }}
23
24
25
REVISION
0 commit comments