Skip to content

ci: add Codecov coverage monitoring#935

Merged
zbigniewsobiecki merged 1 commit intodevfrom
feature/codecov-coverage-monitoring
Mar 17, 2026
Merged

ci: add Codecov coverage monitoring#935
zbigniewsobiecki merged 1 commit intodevfrom
feature/codecov-coverage-monitoring

Conversation

@zbigniewsobiecki
Copy link
Copy Markdown
Member

Summary

  • Run tests with coverage (npm run test:coverage) in CI instead of plain npm test
  • Upload lcov.info to Codecov after each CI run
  • Add codecov.yml with 80% project/patch targets matching existing vitest thresholds
  • Add CI status and coverage badges to README

Setup required

Add CODECOV_TOKEN to GitHub Actions secrets after connecting the repo at codecov.io.

Test plan

  • CI workflow runs tests with coverage and uploads to Codecov
  • Codecov PR comment appears with coverage diff
  • README badges render correctly

🤖 Generated with Claude Code

Run tests with coverage in CI and upload lcov report to Codecov.
Add CI status and coverage badges to README.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@zbigniewsobiecki zbigniewsobiecki merged commit 54d0e16 into dev Mar 17, 2026
5 checks passed
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.

1 participant