Skip to content

ci: add workflow for coverage on main#1021

Merged
Belco90 merged 4 commits into
mainfrom
upload-main-coverage
Jun 5, 2025
Merged

ci: add workflow for coverage on main#1021
Belco90 merged 4 commits into
mainfrom
upload-main-coverage

Conversation

@Belco90
Copy link
Copy Markdown
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

This comment was marked as outdated.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Mario Beltrán <belco90@gmail.com>
@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
Comment thread .github/workflows/main-coverage.yml Fixed
@Belco90 Belco90 requested a review from Copilot June 5, 2025 06:32
Copy link
Copy Markdown
Contributor

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

Comment thread .github/workflows/main-coverage.yml
Comment thread .github/workflows/main-coverage.yml
@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
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 9, 2025

🎉 This PR is included in version 7.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants