diff --git a/README.md b/README.md index beca5d8..81b2f82 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # is-equal [![Version Badge][2]][1] +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] @@ -54,4 +56,7 @@ Simply clone the repo, `npm install`, and run `npm test` [license-url]: LICENSE [downloads-image]: https://img.shields.io/npm/dm/is-equal.svg [downloads-url]: https://npm-stat.com/charts.html?package=is-equal - +[codecov-image]: https://codecov.io/gh/inspect-jd/is-equal/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/inspect-jd/is-equal/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-jd/is-equal +[actions-url]: https://github.com/inspect-jd/is-equal/actions