From b3c415b5148d5a0d9bb627af13af2bce357a8881 Mon Sep 17 00:00:00 2001 From: timlichtenberg Date: Sun, 12 Jul 2026 23:11:24 +0200 Subject: [PATCH] Read SPIDER breakdown badges from its per-tier test counts SPIDER now publishes tests-unit.json, tests-smoke.json, and tests-integration.json on its badges branch, so the unit and integration badges on the validation page can read the real per-tier counts (19 unit, 3 integration) instead of borrowing the fast and nightly suite counts as stand-ins. The badge links now point at the per-tier JSON files as well. Total stays 64; regenerating the badges confirms the new figures render. --- data/test_counts.yml | 4 ++-- src/pages/validation.astro | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/test_counts.yml b/data/test_counts.yml index e57cb6a..27539f8 100644 --- a/data/test_counts.yml +++ b/data/test_counts.yml @@ -143,8 +143,8 @@ mature: total_endpoint: tests-total.json badge_branch: badges markers: - unit: tests-fast.json - integration: tests-nightly.json + unit: tests-unit.json + integration: tests-integration.json in_development: - name: JANUS diff --git a/src/pages/validation.astro b/src/pages/validation.astro index 3d8a138..ed86bdf 100644 --- a/src/pages/validation.astro +++ b/src/pages/validation.astro @@ -398,7 +398,7 @@ The PROTEUS framework and its mature submodules expose passing-tests badges and, SPIDER tests - unitintegration + unitintegration CI coverage