Files
Nick Ferguson a85088853b ci: add test workflow with coverage reporting
Add GitHub Actions workflow for running tests:
- Matrix testing on Python 3.11, 3.12, 3.13
- Separate unit and integration test steps
- Coverage report uploaded as artifact
- Coverage summary in workflow run

Add justfile targets:
- test-unit: Run unit tests only
- test-integration: Run integration tests only
2026-01-27 13:34:26 -05:00
..