Skip to content

ci: implement workflows for tests and coverage#7

Merged
IvanGodinez21 merged 1 commit into
mainfrom
ci/new-workflows
Apr 5, 2026
Merged

ci: implement workflows for tests and coverage#7
IvanGodinez21 merged 1 commit into
mainfrom
ci/new-workflows

Conversation

@IvanGodinez21

Copy link
Copy Markdown
Member

Description

Describe the changes made by this pull request.

This PR modifies existing workflows, in order to integrate a structured and scalable continious integration

Related issues

List related issues (if any) and/or @mentions of the person or team responsible for reviewing proposed changes (left blank if not applicable).
List by using - [ ] and the issue number, e.g. - [ ] #1 or - [x] #1 if the issue is closed/solved.

Testing

Help me how can I test or look at the changes (left blank if not applicable).

Screenshots

Include screenshots of the results or screenshots that help to see changes (left blank if not applicable).

Notes

Some additional notes if necessary (left blank if not applicable).

Copilot AI review requested due to automatic review settings April 5, 2026 00:12
@vercel

vercel Bot commented Apr 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
zeroday Ready Ready Preview, Comment Apr 5, 2026 1:38am

Comment thread .github/workflows/tests-coverage.yml Fixed
Comment thread .github/workflows/tests-coverage.yml Fixed
@codacy-production

codacy-production Bot commented Apr 5, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR restructures GitHub Actions CI by introducing a reusable workflow to run tests, collect coverage artifacts, and upload coverage to Codacy, while replacing the previous standalone coverage workflow.

Changes:

  • Added a new reusable workflow (tests-coverage.yml) for running tests, storing coverage as an artifact, and uploading to Codacy.
  • Added a new top-level CI workflow (ci.yml) that triggers on PRs/pushes and calls the reusable workflow.
  • Removed the old coverage.yml workflow in favor of the new reusable setup.

Reviewed changes

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

File Description
.github/workflows/tests-coverage.yml New reusable workflow to run bun test --coverage, upload coverage as an artifact, then upload coverage to Codacy.
.github/workflows/coverage.yml Removed prior monolithic coverage workflow now superseded by the reusable CI structure.
.github/workflows/ci.yml New entrypoint workflow that triggers CI and calls the reusable coverage workflow.

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

Comment thread .github/workflows/tests-coverage.yml
Comment thread .github/workflows/coverage-collect.yml Outdated
Comment thread .github/workflows/ci.yml

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.


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

Comment thread .github/workflows/coverage-collect.yml Outdated
@IvanGodinez21 IvanGodinez21 requested a review from Copilot April 5, 2026 00:41
@IvanGodinez21 IvanGodinez21 marked this pull request as ready for review April 5, 2026 00:43
@IvanGodinez21 IvanGodinez21 requested a review from a team as a code owner April 5, 2026 00:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

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


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

Comment thread .github/workflows/tests-coverage.yml Outdated
Comment thread .github/workflows/ci.yml

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

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


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

Comment thread .github/workflows/coverage-upload.yml Outdated
Comment thread .github/workflows/coverage-upload.yml Outdated
Comment thread .github/workflows/docker-build.yml
Comment thread .github/workflows/coverage-collect.yml Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.


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

@IvanGodinez21 IvanGodinez21 merged commit 8851e7a into main Apr 5, 2026
10 checks passed
@IvanGodinez21 IvanGodinez21 deleted the ci/new-workflows branch April 5, 2026 01:46
@IvanGodinez21 IvanGodinez21 added the ci Changes to the CI configuration files and scripts label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Changes to the CI configuration files and scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants