From 76ff37aa74764e3d081e4865067573b61ecde018 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 1 Oct 2021 22:21:34 -0700 Subject: [PATCH] [readme] add github actions/codecov badges --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ae42558..307786c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ #array.prototype.some [![Version Badge][npm-version-svg]][package-url] +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] @@ -62,3 +64,7 @@ Simply clone the repo, `npm install`, and run `npm test` [license-url]: LICENSE [downloads-image]: https://img.shields.io/npm/dm/array.prototype.some.svg [downloads-url]: https://npm-stat.com/charts.html?package=array.prototype.some +[codecov-image]: https://codecov.io/gh/es-shims/Array.prototype.some/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/es-shims/Array.prototype.some/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/Array.prototype.some +[actions-url]: https://github.com/es-shims/Array.prototype.some/actions