Skip to content

fix: Update Codecov configuration and enhance coverage reporting - #13

Merged
Polliog merged 3 commits into
mainfrom
12-codecov-not-generating-coverage
Nov 28, 2025
Merged

fix: Update Codecov configuration and enhance coverage reporting#13
Polliog merged 3 commits into
mainfrom
12-codecov-not-generating-coverage

Conversation

@Polliog

@Polliog Polliog commented Nov 28, 2025

Copy link
Copy Markdown
Collaborator

This pull request updates the backend test coverage reporting to improve integration with Codecov and provide more detailed coverage outputs. The main changes focus on how coverage files are generated and uploaded in CI.

Coverage reporting improvements:

  • In .github/workflows/ci.yml, the Codecov upload step now explicitly specifies both lcov.info and coverage-final.json files for upload, rather than just the coverage directory. This ensures Codecov receives all necessary coverage formats.
  • In packages/backend/vitest.config.ts, the test coverage reporters now include json-summary in addition to the existing formats (text, json, html, lcov), providing a summary file that can be useful for CI and reporting tools.

@Polliog Polliog linked an issue Nov 28, 2025 that may be closed by this pull request
@codecov

codecov Bot commented Nov 28, 2025

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@Polliog
Polliog marked this pull request as ready for review November 28, 2025 22:22
@Polliog
Polliog merged commit 565fe75 into main Nov 28, 2025
4 checks passed
@Polliog
Polliog deleted the 12-codecov-not-generating-coverage branch November 28, 2025 22:27
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.

Codecov not generating coverage

1 participant