Conversation
修正问题: 1. README.md: 增加 npm install -g xsql-cli 安装方式 2. README.md: 修正 proxy 命令示例参数顺序,与 cli-spec 保持一致 3. README.md: spec 命令描述补充 --format yaml 支持说明 4. npm/xsql/README.md: 修正用法示例,使用 -p profile 而非不存在的 --dsn 5. docs/architecture.md: 补充遗漏的 /internal/proxy 目录 6. docs/dev.md: 补充 proxy/ 和 tests/e2e/ 目录 7. docs/testing.md: 更新 E2E 测试目录结构(补充 7 个测试文件) 8. internal/app/app.go: 移除 spec 中不存在的 --read-only flag
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #25 +/- ##
==========================================
- Coverage 79.03% 79.02% -0.02%
==========================================
Files 32 32
Lines 1865 1864 -1
==========================================
- Hits 1474 1473 -1
Misses 326 326
Partials 65 65
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.



修正问题: