diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-04-18 12:32:19 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-04-18 12:32:19 +0200 |
| commit | 65ce38a4c96da2f950fb6b181b2b83b0320d103d (patch) | |
| tree | 72f53e12050cf9924637aa6b790d2b22ff108868 | |
| parent | cecf16785f193c247c47e42524322aeccc96c8a4 (diff) | |
| download | rust-65ce38a4c96da2f950fb6b181b2b83b0320d103d.tar.gz rust-65ce38a4c96da2f950fb6b181b2b83b0320d103d.zip | |
Add a note that explains the counts
| -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> |
