Skip to content

ci: add quality gate and coverage report - #11

Open
luojiyin1987 wants to merge 2 commits into
deerwork-ai:mainfrom
luojiyin1987:ci/quality-gate-coverage
Open

ci: add quality gate and coverage report#11
luojiyin1987 wants to merge 2 commits into
deerwork-ai:mainfrom
luojiyin1987:ci/quality-gate-coverage

Conversation

@luojiyin1987

Copy link
Copy Markdown

Summary

  • run the complete quality gate on pull requests and pushes to main
  • install dependencies from the lockfile with Bun
  • add test:coverage and report the current coverage baseline
  • document the new command in English and Simplified Chinese

Verification

  • bun run check
  • bun run test:coverage
  • 89 tests passed
  • baseline: 85.89% functions and 89.13% lines

Closes #10

luojiyin1987 and others added 2 commits August 10, 2026 18:25
Closes deerwork-ai#10

Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: run quality checks and report coverage

1 participant