Files
Peter Dave Hello 31331b7417 Add README coverage badge and PR coverage checks
Run the PR test workflow through npm run test:coverage and generate a
repo-hosted coverage badge payload from coverage summary output.

Use c8 directly from npm scripts and emit text, lcov, and json-summary
reports so CI can update badge data without external coverage services.

Replace the README coverage badge source with a shields endpoint that
reads badges/coverage.json, auto-commit badge updates on master pushes,
handle non-fast-forward push races with fetch/rebase retries, and scope
write token permission to a push-only badge update job.

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-03-01 02:30:39 +08:00

9 lines
74 B
Plaintext

.idea/
.vscode/
node_modules/
build/
.coverage/
coverage/
.DS_Store
*.zip