Skip to content

Commit 121ba2d

Browse files
committed
[readme] add actions and codecov badges
1 parent ce44763 commit 121ba2d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# which-collection <sup>[![Version Badge][2]][1]</sup>
22

3+
[![github actions][actions-image]][actions-url]
4+
[![coverage][codecov-image]][codecov-url]
35
[![dependency status][5]][6]
46
[![dev dependency status][7]][8]
57
[![License][license-image]][license-url]
@@ -52,10 +54,13 @@ Simply clone the repo, `npm install`, and run `npm test`
5254
[6]: https://david-dm.org/inspect-js/which-collection
5355
[7]: https://david-dm.org/inspect-js/which-collection/dev-status.svg
5456
[8]: https://david-dm.org/inspect-js/which-collection#info=devDependencies
55-
[9]: https://ci.testling.com/inspect-js/which-collection.png
56-
[10]: https://ci.testling.com/inspect-js/which-collection
5757
[11]: https://nodei.co/npm/which-collection.png?downloads=true&stars=true
5858
[license-image]: https://img.shields.io/npm/l/which-collection.svg
5959
[license-url]: LICENSE
6060
[downloads-image]: https://img.shields.io/npm/dm/which-collection.svg
6161
[downloads-url]: https://npm-stat.com/charts.html?package=which-collection
62+
[codecov-image]: https://codecov.io/gh/inspect-js/which-collection/branch/main/graphs/badge.svg
63+
[codecov-url]: https://app.codecov.io/gh/inspect-js/which-collection/
64+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/which-collection
65+
[actions-url]: https://github.com/inspect-js/which-collection/actions
66+

0 commit comments

Comments
 (0)