summaryrefslogtreecommitdiff
path: root/tmk_core/tool/mbed/mbed-sdk/workspace_tools/ci_templates/tests_build/report.html
blob: 3f262556efc6f508b68e0053d1e4242e1548a7b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<h2>{{failing_builds|length}} Failing Builds</h2>
{% for report in failing_builds %}
{% include 'tests_build/build_report.html' %}
{% endfor %}

<h2>{{passing_builds|length}} Passing Builds</h2>
{% for report in passing_builds %}
{% include 'tests_build/build_report.html' %}
{% endfor %}

{% include 'scripts.js' %}