Skip to content

chore: add test coverage reporting - #165

Open
Markadrian6399 wants to merge 1 commit into
stellar-vortex-protocol:mainfrom
Markadrian6399:chore/74-vitest-coverage
Open

chore: add test coverage reporting#165
Markadrian6399 wants to merge 1 commit into
stellar-vortex-protocol:mainfrom
Markadrian6399:chore/74-vitest-coverage

Conversation

@Markadrian6399

Copy link
Copy Markdown

Summary

  • Add @vitest/coverage-v8 and a test:coverage script (vitest run --coverage)
  • Configure v8 coverage provider in vitest.config.ts (text/html/lcov reporters)
  • Upload the coverage report as a CI artifact in .github/workflows/ci.yml

Coverage is informational only (not gating), as requested in the issue.

Closes #74

Validation performed

  • npm run test:coverage produces a local report (139 tests passed, ~92% statement coverage)
  • npm run lint
  • npx tsc --noEmit

chore: add test coverage reporting
@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@Markadrian6399 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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 coverage reporting to the Vitest config and CI

1 participant