We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecf167 commit 65ce38aCopy full SHA for 65ce38a
src/ci/citool/templates/test_suites.askama
@@ -2,6 +2,10 @@
2
3
{% block content %}
4
<h1>Rust CI test dashboard</h1>
5
+<div>
6
+Here's how to interpret the "passed" and "ignored" counts:
7
+the count includes all combinations of "stage" x "target" x "CI job where the test was executed or ignored".
8
+</div>
9
<div class="test-suites">
10
<div class="summary">
11
<div>
0 commit comments