The CI workflow (.github/workflows/ci-dev.yml) runs pytest tests/, but there is no tests/ folder yet, so CI has nothing to run (or fails on the missing path).
To do:
- Add a tests/ folder with at least a few unit tests (e.g. for the height models, the recommender scoring, API endpoints).
- Confirm the workflow runs green on a push/PR to develop (check the Actions tab).
Until then, the CI claim in the documentation is not actually exercised.
The CI workflow (.github/workflows/ci-dev.yml) runs
pytest tests/, but there is no tests/ folder yet, so CI has nothing to run (or fails on the missing path).To do:
Until then, the CI claim in the documentation is not actually exercised.