diff options
| -rw-r--r-- | src/ci/citool/templates/test_suites.askama | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ci/citool/templates/test_suites.askama b/src/ci/citool/templates/test_suites.askama index d36e85228e2..4997f6a3f1c 100644 --- a/src/ci/citool/templates/test_suites.askama +++ b/src/ci/citool/templates/test_suites.askama @@ -2,6 +2,10 @@ {% block content %} <h1>Rust CI test dashboard</h1> +<div> +Here's how to interpret the "passed" and "ignored" counts: +the count includes all combinations of "stage" x "target" x "CI job where the test was executed or ignored". +</div> <div class="test-suites"> <div class="summary"> <div> |
