You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `make test-coverage` target that:
- Runs coverage for internal/context and internal/cli
- Enforces 70% minimum for internal/context (currently 86.8%)
- Reports internal/cli coverage as aspirational (currently 29.1%)
The cli package has many I/O-heavy commands (watch, sync, session parse)
that are difficult to unit test, so we enforce coverage on context only.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments