Skip to content

Commit a9f769d

Browse files
committed
📝 Remove a badge for coverage due to migration from nyc to c8
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent 90f4355 commit a9f769d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# async-iterable-queue [![license][license-image]][license-url] [![npm][npm-image]][npm-url]
22

3-
[![coverage][nyc-cov-image]][github-url] [![dependency][depencency-image]][dependency-url] [![maintenance][maintenance-image]][npmsio-url] [![quality][quality-image]][npmsio-url]
3+
[![dependency][depencency-image]][dependency-url] [![maintenance][maintenance-image]][npmsio-url] [![quality][quality-image]][npmsio-url]
44

55
`async-iterable-queue` - A library for 'Queue' class which implements AsyncIterable\<T\> works on [Node.js](https://nodejs.org/)
66

@@ -91,12 +91,10 @@ Contributions are welcome! See [Contributor's Guide](https://github.com/kei-g/as
9191
[github-coverage-url]:https://github.com/kei-g/async-iterable-queue/actions/workflows/coverage.yml?query=branch%3Amain
9292
[github-example-image]:https://github.com/kei-g/async-iterable-queue/actions/workflows/example.yml/badge.svg?branch=main
9393
[github-example-url]:https://github.com/kei-g/async-iterable-queue/actions/workflows/example.yml?query=branch%3Amain
94-
[github-url]:https://github.com/kei-g/async-iterable-queue
9594
[license-image]:https://img.shields.io/github/license/kei-g/async-iterable-queue
9695
[license-url]:https://opensource.org/licenses/BSD-3-Clause
9796
[maintenance-image]:https://img.shields.io/npms-io/maintenance-score/async-iterable-queue?logo=npm
9897
[npm-image]:https://img.shields.io/npm/v/async-iterable-queue.svg?logo=npm
9998
[npm-url]:https://npmjs.org/package/async-iterable-queue
10099
[npmsio-url]:https://npms.io/search?q=async-iterable-queue
101-
[nyc-cov-image]:https://img.shields.io/nycrc/kei-g/async-iterable-queue?config=.nycrc.json&label=coverage&logo=mocha
102100
[quality-image]:https://img.shields.io/npms-io/quality-score/async-iterable-queue?logo=npm

0 commit comments

Comments
 (0)