File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ OVERVIEW
13
13
14
14
Checkout: {{ misc_macros.valid_badge(checkout.valid) }}
15
15
{% if checkout .builds %}
16
- Builds: {{ misc_macros.valid_badge (checkout.builds_valid ) }}
16
+ Builds: {{ misc_macros.build_overview (checkout) }}
17
17
{% endif %}
18
18
{% if checkout .tests %}
19
- Tests: {{ test_macros.waived_status_badge(checkout.tests_root.waived,
20
- checkout.tests_root.status) }}
19
+ Tests: {{ misc_macros.test_overview(checkout) }}
21
20
{% endif %}
22
21
23
22
CHECKOUT
Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ OVERVIEW
15
15
Patches: {{ misc_macros.valid_badge(revision.checkouts_valid) }}
16
16
{% endif %}
17
17
{% if revision .builds %}
18
- Builds: {{ misc_macros.valid_badge (revision.builds_valid ) }}
18
+ Builds: {{ misc_macros.build_overview (revision) }}
19
19
{% endif %}
20
20
{% if revision .tests %}
21
- Tests: {{ test_macros.waived_status_badge(revision.tests_root.waived,
22
- revision.tests_root.status) }}
21
+ Tests: {{ misc_macros.test_overview(revision) }}
23
22
{% endif %}
24
23
25
24
REVISION
You can’t perform that action at this time.
0 commit comments