mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-05-09 08:15:25 +02:00
[PR #14] [MERGED] fix: update coverage command in Makefile and add .nyc_output to .gitignore #51
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/14
Author: @BreizhHardware
Created: 11/18/2025
Status: ✅ Merged
Merged: 11/18/2025
Merged by: @BreizhHardware
Base:
main← Head:hotfix/coverage📝 Commits (1)
eb1a8f0fix: update coverage command in Makefile and add .nyc_output to .gitignore📊 Changes
2 files changed (+3 additions, -9 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Makefile(+2 -9)📄 Description
This pull request updates the code coverage and reporting tools in the
Makefileto use more modern and streamlined commands. The main improvements are the replacement of deprecated or manual tool invocations withnpx-based equivalents, simplifying the process and improving compatibility.Coverage tooling updates:
istanbulinvocation in thecoveragetarget withnpx nyc, and updated the command to generate bothlcovand text reports. (Makefile)coverallstarget by removing the need for theCOVERALLS_REPO_TOKENenvironment check and usingnpx nyc reportpiped directly tonpx coveralls. (Makefile)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.