Skip to content

Commit

Permalink
[readme] add github actions/codecov badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 30, 2021
1 parent 556768e commit b865889
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# array.prototype.at <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 @@ -74,3 +76,7 @@ Simply clone the repo, `npm install`, and run `npm test`
[license-url]: LICENSE
[downloads-image]: https://img.shields.io/npm/dm/array.prototype.at.svg
[downloads-url]: https://npm-stat.com/charts.html?package=array.prototype.at
[codecov-image]: https://codecov.io/gh/es-shims/Array.prototype.at/branch/main/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/es-shims/Array.prototype.at/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/Array.prototype.at
[actions-url]: https://github.com/es-shims/Array.prototype.at/actions

0 comments on commit b865889

Please sign in to comment.