Skip to content

Feat/ci cd pipeline#114

Open
OperaCode wants to merge 5 commits intoMissBlue00:mainfrom
OperaCode:feat/ci-cd-pipeline
Open

Feat/ci cd pipeline#114
OperaCode wants to merge 5 commits intoMissBlue00:mainfrom
OperaCode:feat/ci-cd-pipeline

Conversation

@OperaCode
Copy link
Copy Markdown

Description

Fixes #91

This PR enhances the existing CI pipeline by adding automated test coverage reporting and integrating Codecov for coverage tracking.

This update extends the current workflow by:

  • Running tests with coverage enabled (--coverage)
  • Adding a Codecov upload step to publish coverage results
  • Ensuring CI does not fail if Codecov is not configured (fail-safe handling)

This improves visibility into code quality and lays the foundation for future test coverage improvements.


Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

The changes were tested locally and through the CI workflow.

  • Test A – Ran pnpm install, pnpm build, and pnpm test -- --coverage locally to verify successful execution and coverage output
  • Test B – Verified CI workflow runs successfully on push and executes all steps including coverage generation

Test Configuration:

  • Hardware: MacBook Air (macOS)
  • SDK: Node.js v20, pnpm v10

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

Notes

  • Coverage is currently low (~9%), but this PR ensures coverage reporting is enabled for future improvements.
  • Codecov upload is configured with fail-safe handling in case repository secrets are not set.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 24, 2026

@OperaCode is attempting to deploy a commit to the missblue00's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 24, 2026

@OperaCode Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@MissBlue00
Copy link
Copy Markdown
Owner

@OperaCode there are merge conflicts, please resolve

@OperaCode
Copy link
Copy Markdown
Author

The merge conflicts have been resolved. The branch is now up-to-date with main and can be merged.

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.

Set up CI/CD pipeline for automated testing

2 participants