Skip to content

Commit

Permalink
[readme] add actions and codecov badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 25, 2021
1 parent 28f7bab commit 64bad69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# array.prototype.filter <sup>[![Version Badge][npm-version-svg]][package-url]</sup>

[![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]
Expand Down Expand Up @@ -58,3 +60,7 @@ Simply clone the repo, `npm install`, and run `npm test`
[license-url]: LICENSE
[downloads-image]: https://img.shields.io/npm/dm/array.prototype.filter.svg
[downloads-url]: https://npm-stat.com/charts.html?package=array.prototype.filter
[codecov-image]: https://codecov.io/gh/es-shims/Array.prototype.filter/branch/main/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/es-shims/Array.prototype.filter/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/Array.prototype.filter
[actions-url]: https://github.com/es-shims/Array.prototype.filter/actions

0 comments on commit 64bad69

Please sign in to comment.