Skip to content

feat: add test coverage reporting - #167

Open
kannupriyakalra wants to merge 2 commits into
mainfrom
feat/coverage-reporting
Open

feat: add test coverage reporting#167
kannupriyakalra wants to merge 2 commits into
mainfrom
feat/coverage-reporting

Conversation

@kannupriyakalra

Copy link
Copy Markdown
Collaborator

Summary

  • Installs @vitest/coverage-v8 as a dev dependency
  • Configures coverage in vitest.config.ts with text (terminal) and lcov (CI-friendly) reporters
  • Adds a coverage script to package.json — run with npm run coverage

Current coverage

%
Statements 40.1%
Branches 35.34%
Functions 37.97%
Lines 42.85%

Test plan

  • Run npm run coverage locally and confirm the coverage table prints in the terminal
  • Confirm coverage/lcov.info is generated (for future CI integration)

Closes #165

🤖 Generated with Claude Code

@kannupriyakalra
kannupriyakalra force-pushed the feat/coverage-reporting branch from 5a336e4 to 81df0fc Compare June 18, 2026 19:45
kannupriyakalra and others added 2 commits June 19, 2026 01:21
Installs @vitest/coverage-v8 and configures coverage in vitest.config.ts
with text and lcov reporters. Adds a `coverage` script to package.json.

Closes #165

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kannupriyakalra
kannupriyakalra force-pushed the feat/coverage-reporting branch from 93fbf91 to fbb984c Compare June 18, 2026 19:51
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.

Add test coverage reporting

1 participant