Closed
Conversation
Types-only files should not be included in coverage metrics as they contain no runtime code to test. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Adds complete test coverage for quota utility error scenarios: - File loading failures with proper error propagation - Invalid JSON parsing with clear error messages - Method validation errors for missing methods Achieves 100% coverage for quota-utils.ts and improves overall test coverage to meet project quality standards. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Adds specific tests to improve branch coverage for socket-sdk-class.ts: - SyntaxError handling without originalResponse property - Empty responseText scenarios with proper fallbacks - ResponseError handling in sendApi non-throwing mode - Edge cases for regex pattern matching Increases branch coverage from 96.44% to 96.92%, exceeding the required 96.6% threshold while maintaining 100% statement coverage. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Updates dev dependencies: - @types/node: 24.4.0 → 24.5.2 - @typescript-eslint/eslint-plugin: added 8.44.1 - eslint-plugin-n: 17.22.0 → 17.23.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Update tsconfig.check.json to use proper glob pattern for dist imports. This allows type checking to resolve test imports from ../dist/* to ./src/* without requiring build output to exist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔄 OpenAPI Sync
The OpenAPI definition in the API has been updated. This PR automatically:
What's Changed
See the file changes below for specific updates to the API types and methods.