Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-04-01 21:34:21 +0300
committerGitHub <noreply@github.com>2022-04-01 21:34:21 +0300
commit2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d (patch)
tree471d6712da6486d614ff70d211584ece3b17fa68 /workspaces/libnpmhook
parent7ae49b5fe39cf1bb7216866289d2b66129b93593 (diff)
fix: update readme badges (#4658)
Diffstat (limited to 'workspaces/libnpmhook')
-rw-r--r--workspaces/libnpmhook/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/workspaces/libnpmhook/README.md b/workspaces/libnpmhook/README.md
index ce6e8c1a5..309f8041d 100644
--- a/workspaces/libnpmhook/README.md
+++ b/workspaces/libnpmhook/README.md
@@ -2,7 +2,7 @@
[![npm version](https://img.shields.io/npm/v/libnpmhook.svg)](https://npm.im/libnpmhook)
[![license](https://img.shields.io/npm/l/libnpmhook.svg)](https://npm.im/libnpmhook)
-[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmhook/badge.svg?branch=latest)](https://coveralls.io/github/npm/libnpmhook?branch=latest)
+[![CI - libnpmhook](https://github.com/npm/cli/actions/workflows/ci-libnpmhook.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmhook.yml)
[`libnpmhook`](https://github.com/npm/libnpmhook) is a Node.js library for
programmatically managing the npm registry's server-side hooks.