You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>CCExtractor CI platform</b> finished running the test files on <b>{{platform}}</b>. Below is a summary of the test results:
1
+
<b>CCExtractor CI platform</b> finished running the test files on <b>{{platform}}</b>. Below is a summary of the test results{% if comment_info.last_test_master %}, when compared to <a href="{{ url_for('test.by_id', test_id=comment_info.last_test_master.id, _external=True) }}">test for commit {{ comment_info.last_test_master.commit[:7] }}...</a>{% endif %}:
2
2
<table>
3
3
<thead>
4
4
<td> Report Name </td>
5
5
<td> Tests Passed </td>
6
6
</thead>
7
-
{% for test in tests%}
7
+
{% for test in comment_info.category_stats %}
8
8
<tr>
9
9
<td> {{test.category}} </td>
10
10
{% if test.success==None %}
@@ -17,17 +17,33 @@
17
17
</tr>
18
18
{% endfor %}
19
19
</table>
20
-
{% if state == "failure" %}
20
+
{% if comment_info.extra_failed_tests | length %}
21
21
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you).
0 commit comments