Skip to content

Commit 3adda28

Browse files
committed
[readme] add actions and codecov badges
1 parent 1e63cea commit 3adda28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# is-object <sup>[![Version Badge][npm-version-svg]][npm-url]</sup>
22

3+
[![github actions][actions-image]][actions-url]
4+
[![coverage][codecov-image]][codecov-url]
35
[![dependency status][deps-svg]][deps-url]
46
[![dev dependency status][dev-deps-svg]][dev-deps-url]
57
[![License][license-image]][license-url]
@@ -45,4 +47,8 @@ assert.equal(isObject({}), true);
4547
[license-url]: LICENSE
4648
[downloads-image]: https://img.shields.io/npm/dm/is-object.svg
4749
[downloads-url]: https://npm-stat.com/charts.html?package=is-object
50+
[codecov-image]: https://codecov.io/gh/inspect-js/is-object/branch/main/graphs/badge.svg
51+
[codecov-url]: https://app.codecov.io/gh/inspect-js/is-object/
52+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/is-object
53+
[actions-url]: https://github.com/inspect-js/is-object/actions
4854

0 commit comments

Comments
 (0)