Skip to content

ci: add workflow for coverage on main #1021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 5, 2025
Merged

ci: add workflow for coverage on main #1021

merged 4 commits into from
Jun 5, 2025

Conversation

Belco90
Copy link
Member

@Belco90 Belco90 commented Jun 5, 2025

Checks

Changes

  • Sends code coverage to Codecov on push to main branch

Context

Just realized we are not updating the code coverage in main branch

@Belco90 Belco90 self-assigned this Jun 5, 2025
@Belco90 Belco90 added the chore Changes that affect the build system, CI config or other changes that don't modify src/test files label Jun 5, 2025
@Belco90 Belco90 requested a review from Copilot June 5, 2025 06:06
Copilot

This comment was marked as outdated.

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Mario Beltrán <[email protected]>
@Belco90 Belco90 force-pushed the upload-main-coverage branch 2 times, most recently from 6804ff9 to 15ff486 Compare June 5, 2025 06:23
@Belco90 Belco90 force-pushed the upload-main-coverage branch from 15ff486 to 6251cdf Compare June 5, 2025 06:24
@Belco90 Belco90 requested a review from Copilot June 5, 2025 06:32
Copy link
Contributor

@Copilot 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

Adds a new GitHub Actions workflow that runs tests with coverage and uploads results to Codecov when changes land on main.

  • Introduces a main-coverage.yml workflow
  • Triggers on push to main branch
  • Steps include checkout, Node & pnpm setup, test execution, and Codecov upload

@Belco90 Belco90 enabled auto-merge (squash) June 5, 2025 06:34
@Belco90 Belco90 disabled auto-merge June 5, 2025 06:38
@Belco90 Belco90 merged commit 295eb44 into main Jun 5, 2025
32 checks passed
@Belco90 Belco90 deleted the upload-main-coverage branch June 5, 2025 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that affect the build system, CI config or other changes that don't modify src/test files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant