Skip to content

Implement SDK test coverage baseline report - #437

Merged
El-swaggerito merged 1 commit into
Axionvera:mainfrom
panditdhamdhere:feat/coverage-baseline-report-367
Jul 29, 2026
Merged

Implement SDK test coverage baseline report#437
El-swaggerito merged 1 commit into
Axionvera:mainfrom
panditdhamdhere:feat/coverage-baseline-report-367

Conversation

@panditdhamdhere

Copy link
Copy Markdown
Contributor

Summary

  • Configure Vitest coverage for src/** with text, HTML, JSON summary, and LCOV reporters
  • Add npm run coverage:baseline / coverage:report to print a module-level baseline summary
  • Document changed-module coverage expectations, sample output, and CI upload guidance in docs/coverage-baseline.md
  • Link coverage instructions from README, CONTRIBUTING, testing docs, and the PR template

Closes #367

Acceptance criteria

  • Coverage tooling is configured
  • A coverage command is added to package scripts
  • Coverage output can be generated locally
  • Changed-module coverage expectations are documented
  • CI integration guidance is included
  • README links to coverage instructions

Test plan

  • npm run test:coverage generates coverage/ artifacts
  • npm run coverage:report prints overall + per-module baseline
  • Artifacts include coverage/index.html, coverage-summary.json, lcov.info
  • Branch is able to merge into main

Configure Vitest coverage reporters for src/, add coverage:baseline summary
script, and document changed-module expectations plus CI upload guidance.
@El-swaggerito
El-swaggerito merged commit a57d517 into Axionvera:main Jul 29, 2026
1 check passed
@panditdhamdhere
panditdhamdhere deleted the feat/coverage-baseline-report-367 branch July 29, 2026 04:19
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.

Implement SDK test coverage baseline report

2 participants