Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
# ingest — the tree must equal HEAD afterwards, or a committed
# artifact has gone stale relative to the code that regenerates it.
- run: git diff --exit-code
- run: uv run --with pytest pytest tests/ -q
# pypdf + pyyaml are NOT optional extras: the HMT lane's strongest
# honesty guarantee (every registry title and figure anchor verbatim
# in the real PDF) runs as a test, and a bare env silently skipped it.
- run: uv run --with pytest --with pypdf --with pyyaml pytest tests/ -q
env:
PYTHONPATH: .
- run: git diff --exit-code
Expand Down
13 changes: 12 additions & 1 deletion app/public/data/lanes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_schema": {
"stage": "registered | cataloged | ingested | computed | diagnosing | published | regressed",
"country": "US | UK | BE \u2014 the model instance the lane feeds (issue #42)",
"country": "US | UK \u2014 the model instance the lane feeds (issue #42)",
"note": "Repo-committed status feed (issue #7); graduate to Supabase when lane count makes commits noisy. Every lane writes its transition here."
},
"updated": "2026-08-21",
Expand Down Expand Up @@ -347,6 +347,17 @@
"updated": "2026-08-19",
"note": "7 claims"
},
{
"id": "hmt-distributional",
"source": "HM Treasury",
"area": "Budget distributional analysis (chart-only)",
"mode": 2,
"country": "UK",
"stage": "cataloged",
"running": false,
"updated": "2026-08-17",
"note": "0 claims \u2014 chart-only publication; 132 source marks = 0 emitted + 132 chart_not_digitized (11 income groups x 4 series x 3 figures)"
},
{
"id": "jrc-euromod-be-country-report",
"source": "JRC EUROMOD",
Expand Down
Loading
Loading