]> git.donarmstrong.com Git - qmk_firmware.git/blob - tool/mbed/mbed-sdk/workspace_tools/ci_templates/tests_build/report.html
Squashed 'tmk_core/' changes from 7967731..b9e0ea0
[qmk_firmware.git] / tool / mbed / mbed-sdk / workspace_tools / ci_templates / tests_build / report.html
1 <h2>{{failing_builds|length}} Failing Builds</h2>
2 {% for report in failing_builds %}
3 {% include 'tests_build/build_report.html' %}
4 {% endfor %}
5
6 <h2>{{passing_builds|length}} Passing Builds</h2>
7 {% for report in passing_builds %}
8 {% include 'tests_build/build_report.html' %}
9 {% endfor %}
10
11 {% include 'scripts.js' %}