Skip to content

Add test coverage reporting (Vitest + CI) #64

Description

@DataDave-Dev

🇪🇸 Español

pnpm test corre vitest run sin cobertura. El .gitignore ya ignora /coverage, pero no hay @vitest/coverage-v8, ni config de cobertura, ni script test:coverage.

Archivos: vitest.config.ts, .github/workflows/ci.yml, package.json

Solución sugerida: Agregar @vitest/coverage-v8, un bloque coverage, un script test:coverage, y mostrar un resumen de cobertura en CI.


🇬🇧 English

pnpm test runs vitest run with no coverage. .gitignore already ignores /coverage, but there's no @vitest/coverage-v8, no coverage config, and no test:coverage script.

Files: vitest.config.ts, .github/workflows/ci.yml, package.json

Suggested fix: Add @vitest/coverage-v8, a coverage block, a test:coverage script, and surface a coverage summary in CI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttestingTests and coveragetoolingBuild, CI, DX tooling

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions