Add global report generation command #24

Merged
wagesj45 merged 1 commit from codex/add-global-report-command-and-tests into main 2025-07-19 00:10:30 -05:00
wagesj45 commented 2025-07-19 00:09:28 -05:00 (Migrated from github.com)

Summary

  • support new global command in generate_reports.py
  • skip global reports when generating interval-based reports
  • output global snippets to output/global/
  • invoke global command in run-reports.sh
  • test that global reports are generated once

Testing

  • python -m pytest -q

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

## Summary - support new `global` command in `generate_reports.py` - skip global reports when generating interval-based reports - output global snippets to `output/global/` - invoke `global` command in `run-reports.sh` - test that global reports are generated once ## Testing - `python -m pytest -q` ------ https://chatgpt.com/codex/tasks/task_e_687b27874bc8832fb0935943b75d9137
Sign in to join this conversation.
No description provided.