mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-05-09 08:15:25 +02:00
[PR #11] [MERGED] docs: update README badges and add coverage upload step in release workflow #50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/express-prom-bundle/pull/11
Author: @BreizhHardware
Created: 11/18/2025
Status: ✅ Merged
Merged: 11/18/2025
Merged by: @BreizhHardware
Base:
dev← Head:docs/update-readme-badge📝 Commits (2)
1a5f6dfdocs: update README badges and add coverage upload step in release workflowb586bd9fix: Fix security issue in js-yaml📊 Changes
3 files changed (+14 additions, -7 deletions)
View changed files
📝
.github/workflows/release.yml(+7 -0)📝
README.md(+1 -1)📝
package-lock.json(+6 -6)📄 Description
This pull request introduces improvements to the project's CI/CD workflow and updates the documentation to reflect the new repository location and coverage setup. The most significant changes are the addition of test coverage reporting to the workflow and the update of badges in the
README.mdto point to the new GitHub organization and branch.CI/CD Workflow Enhancements:
.github/workflows/release.ymlworkflow to generate code coverage usingmake coverageand upload the results to Coveralls using thecoverallsapp/github-action@v2action.Documentation Updates:
README.mdto reference the new GitHub organization (BreizhHardware), the new workflow (release.yml), and themainbranch for coverage. Also updated the NPM badge to the new package scope.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.