From 0263f0debfa982b928fcd301b11fe3e3193bf33d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 4 Oct 2021 23:39:04 -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 be3266b..6abffa0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # globalThis [![Version Badge][npm-version-svg]][npm-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/globalthis.svg [downloads-url]: https://npm-stat.com/charts.html?package=globalthis +[codecov-image]: https://codecov.io/gh/es-shims/globalThis/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/es-shims/globalThis/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/globalThis +[actions-url]: https://github.com/es-shims/globalThis/actions