mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-05-09 08:15:25 +02:00
[PR #13] [MERGED] Dev #53
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/13
Author: @BreizhHardware
Created: 11/18/2025
Status: ✅ Merged
Merged: 11/18/2025
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (5)
1a5f6dfdocs: update README badges and add coverage upload step in release workflowb586bd9fix: Fix security issue in js-yaml0f6eab8Merge pull request #11 from BreizhHardware/docs/update-readme-badgecf862fcdocs: update package name in readmee49f95achore: bump to version to 8.0.5📊 Changes
4 files changed (+22 additions, -15 deletions)
View changed files
📝
.github/workflows/release.yml(+7 -0)📝
README.md(+6 -6)📝
package-lock.json(+8 -8)📝
package.json(+1 -1)📄 Description
This pull request updates the project to use the new
@breizhhardware/express-prom-bundlepackage name and modernizes the CI and coverage reporting setup. The README is updated throughout to reflect the new package scope, and the GitHub Actions workflow is enhanced to generate and upload code coverage to Coveralls.Repository and package rebranding:
README.mdfromexpress-prom-bundleto@breizhhardware/express-prom-bundle, including installation instructions, usage examples, and badges. [1] [2] [3] [4] [5]package.jsonversion from8.0.4to8.0.5for the new release.Continuous integration and coverage improvements:
.github/workflows/release.ymlto generate test coverage and upload it to Coveralls using the GitHub Actions workflow.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.