Skip to content

Commit 5e0be45

Browse files
author
Sathwik Arroju
committed
Pin baselines from data/baselines/ + bump test count to 325
Production /evals showed 'Not pinned' for all three cards because tests/ was excluded by .dockerignore. Fix by copying baselines into a runtime-stable data/baselines/ directory and reading from there first. Also update the stale '268 tests passing' on landing to 325.
1 parent a0ac572 commit 5e0be45

6 files changed

Lines changed: 2161 additions & 7 deletions

File tree

.dockerignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@ architecture.png
4545
*.md
4646
!README.md
4747

48-
# Tests aren't needed in the runtime image.
48+
# Tests aren't needed in the runtime image
4949
tests/
5050
pytest.ini
51+
# …but keep the pinned eval-baseline JSONs — the running app reads these
52+
# at /evals and on the landing page (the dual-baseline ribbon).
53+
!tests/fixtures/
54+
!tests/fixtures/*.json
5155

5256
# Tooling.
5357
docker-compose.override.yml

0 commit comments

Comments
 (0)