Report Overview

{% for date_s in dates %}{% endfor %} {% for stat in ['run_count', 'with_failures', 'with_changes', 'with_skips', 'run_time_max', 'run_time_avg'] %} {% for date_s in dates %} {% endfor %} {% endfor %}
 {{ date_s }}
{{ stat|reportmetricname }} {% if 'aggregate' in data[date_s] and 'reports' in data[date_s]['aggregate'] and stat in data[date_s]['aggregate']['reports'] %} {{ data[date_s]['aggregate']['reports'][stat]|reportmetricformat }} {% if stat in ['with_failures', 'with_changes', 'with_skips'] and data[date_s]['aggregate']['reports']['run_count'] > 0 %} {{ '({0:.0%})'.format(data[date_s]['aggregate']['reports'][stat]/data[date_s]['aggregate']['reports']['run_count']) }} {% endif %} {% else %}   {% endif %}