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
feat(tests): improve unit test coverage from 88.48% to 90.34%
USER-FACING IMPROVEMENTS:
- Enhanced test reliability and code quality validation
- Better error handling coverage in wiki operations
- More comprehensive variable registry testing
- Improved fetch utility testing for various configurations
SUPPORTING CHANGES:
- Add comprehensive test coverage for wiki registry operations (49 new test cases)
- Add extensive variable registry error handling tests (57 new test cases)
- Enhance fetch utility coverage for cookie handling, timeouts, headers
- Add new graphql index test coverage
- Improve server transport mode testing
- Remove dead code from wiki registry (get_wiki_page query params)
- Fix ESLint/Prettier issues in list-tools.ts
- All 1010 unit tests passing with no regressions
COVERAGE IMPROVEMENTS:
- Overall: 88.48% → 90.34% lines (+1.86 percentage points)
- Wiki registry: Achieved 100% line coverage
- Variables registry: 75.16% → 91.94% coverage
- Fetch utilities: Enhanced error path coverage
- Server tests: Comprehensive transport mode coverage
0 commit comments