Skip to content

Set up coverage reporting#4

Merged
porada merged 2 commits intomainfrom
feature/coverage
Jan 10, 2026
Merged

Set up coverage reporting#4
porada merged 2 commits intomainfrom
feature/coverage

Conversation

@porada
Copy link
Copy Markdown
Member

@porada porada commented Jan 10, 2026

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 10, 2026

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 ☂️

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request sets up coverage reporting for the project using Codecov integration. It configures strict coverage thresholds in Vitest and adds a GitHub Actions workflow to automatically upload coverage reports.

Changes:

  • Configured Vitest with 100% coverage thresholds for branches, functions, and statements
  • Updated pnpm package manager from version 10.27.0 to 10.28.0
  • Added Codecov badge to README and updated npm version badge styling

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
vitest.config.ts Added coverage thresholds configuration requiring 100% coverage for branches, functions, and statements
package.json Updated package manager version from pnpm@10.27.0 to pnpm@10.28.0
README.md Added Codecov badge and removed color parameter from npm version badge
.github/workflows/verify.yaml Added new coverage job that runs tests with coverage and uploads results to Codecov

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@porada porada merged commit 63330b3 into main Jan 10, 2026
15 checks passed
@porada porada deleted the feature/coverage branch January 10, 2026 09:26
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.

2 participants