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
test: simplify test suite by removing low-value tests
Reduced test complexity while maintaining 80%+ coverage:
- Removed ~2,800 lines of redundant test code
- Reduced test count from 367 to 266 (27% reduction)
- Coverage decreased from 83.78% to 80.78% (acceptable tradeoff)
- Focused on keeping essential smoke tests and happy path coverage
Key changes:
- Removed Logger integration tests across multiple files
- Eliminated redundant edge case tests
- Kept core functionality and critical path tests
- Added COVERAGE.md to track test impact analysis
This makes the test suite faster and easier to maintain while
still providing adequate coverage of the codebase.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments