Skip to content

Commit 2736f08

Browse files
📚 docs(README): Fix tests badge.
1 parent c67910c commit 2736f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let array = await asyncIteratorToArray(asyncIterator);
1717

1818
[![License](https://img.shields.io/github/license/async-iterable-iterator/async-iterator-to-array.svg)](https://raw.githubusercontent.com/async-iterable-iterator/async-iterator-to-array/main/LICENSE)
1919
[![Version](https://img.shields.io/npm/v/@async-iterable-iterator/async-iterator-to-array.svg)](https://www.npmjs.org/package/@async-iterable-iterator/async-iterator-to-array)
20-
[![Tests](https://img.shields.io/github/workflow/status/async-iterable-iterator/async-iterator-to-array/ci?event=push&label=tests)](https://github.com/async-iterable-iterator/async-iterator-to-array/actions/workflows/ci.yml?query=branch:main)
20+
[![Tests](https://img.shields.io/github/workflow/status/async-iterable-iterator/async-iterator-to-array/ci:cover?event=push&label=tests)](https://github.com/async-iterable-iterator/async-iterator-to-array/actions/workflows/ci:cover.yml?query=branch:main)
2121
[![Dependencies](https://img.shields.io/librariesio/github/async-iterable-iterator/async-iterator-to-array.svg)](https://github.com/async-iterable-iterator/async-iterator-to-array/network/dependencies)
2222
[![GitHub issues](https://img.shields.io/github/issues/async-iterable-iterator/async-iterator-to-array.svg)](https://github.com/async-iterable-iterator/async-iterator-to-array/issues)
2323
[![Downloads](https://img.shields.io/npm/dm/@async-iterable-iterator/async-iterator-to-array.svg)](https://www.npmjs.org/package/@async-iterable-iterator/async-iterator-to-array)

0 commit comments

Comments
 (0)