Enable YAML-driven reporting #11

Merged
wagesj45 merged 1 commit from codex/add-reports.yml-and-update-report-generation into main 2025-07-18 01:29:55 -05:00
wagesj45 commented 2025-07-18 01:24:29 -05:00 (Migrated from github.com)

Summary

  • create reports.yml for defining reports
  • generate multiple reports from YAML in generate_reports.py
  • extend HTML template to display multiple charts
  • document report configuration in README
  • add tests for YAML report generation
  • add PyYAML dependency

Testing

  • python -m py_compile scripts/generate_reports.py tests/test_reports.py
  • pytest -q (fails: ModuleNotFoundError: No module named 'yaml')

https://chatgpt.com/codex/tasks/task_e_6879e40dc21c832fa443d2ee640769da

## Summary - create `reports.yml` for defining reports - generate multiple reports from YAML in `generate_reports.py` - extend HTML template to display multiple charts - document report configuration in README - add tests for YAML report generation - add PyYAML dependency ## Testing - `python -m py_compile scripts/generate_reports.py tests/test_reports.py` - `pytest -q` *(fails: ModuleNotFoundError: No module named 'yaml')* ------ https://chatgpt.com/codex/tasks/task_e_6879e40dc21c832fa443d2ee640769da
Sign in to join this conversation.
No description provided.