Skip to content

Commit 35ae3af

Browse files
committed
[readme] add github actions/codecov badges
1 parent 633a529 commit 35ae3af

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

README.md

+20-17
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# which-typed-array <sup>[![Version Badge][2]][1]</sup>
1+
# which-typed-array <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
22

3-
[![Build Status][3]][4]
4-
[![dependency status][5]][6]
5-
[![dev dependency status][7]][8]
3+
[![github actions][actions-image]][actions-url]
4+
[![coverage][codecov-image]][codecov-url]
5+
[![dependency status][deps-svg]][deps-url]
6+
[![dev dependency status][dev-deps-svg]][dev-deps-url]
67
[![License][license-image]][license-url]
78
[![Downloads][downloads-image]][downloads-url]
89

9-
[![npm badge][11]][1]
10+
[![npm badge][npm-badge-png]][package-url]
1011

1112
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
1213

@@ -52,16 +53,18 @@ assert.equal('BigUint64Array', whichTypedArray(new BigUint64Array()));
5253
## Tests
5354
Simply clone the repo, `npm install`, and run `npm test`
5455

55-
[1]: https://npmjs.org/package/which-typed-array
56-
[2]: http://versionbadg.es/inspect-js/which-typed-array.svg
57-
[3]: https://travis-ci.org/inspect-js/which-typed-array.svg
58-
[4]: https://travis-ci.org/inspect-js/which-typed-array
59-
[5]: https://david-dm.org/inspect-js/which-typed-array.svg
60-
[6]: https://david-dm.org/inspect-js/which-typed-array
61-
[7]: https://david-dm.org/inspect-js/which-typed-array/dev-status.svg
62-
[8]: https://david-dm.org/inspect-js/which-typed-array#info=devDependencies
63-
[11]: https://nodei.co/npm/which-typed-array.png?downloads=true&stars=true
64-
[license-image]: http://img.shields.io/npm/l/which-typed-array.svg
56+
[package-url]: https://npmjs.org/package/which-typed-array
57+
[npm-version-svg]: https://versionbadg.es/inspect-js/which-typed-array.svg
58+
[deps-svg]: https://david-dm.org/inspect-js/which-typed-array.svg
59+
[deps-url]: https://david-dm.org/inspect-js/which-typed-array
60+
[dev-deps-svg]: https://david-dm.org/inspect-js/which-typed-array/dev-status.svg
61+
[dev-deps-url]: https://david-dm.org/inspect-js/which-typed-array#info=devDependencies
62+
[npm-badge-png]: https://nodei.co/npm/which-typed-array.png?downloads=true&stars=true
63+
[license-image]: https://img.shields.io/npm/l/which-typed-array.svg
6564
[license-url]: LICENSE
66-
[downloads-image]: http://img.shields.io/npm/dm/which-typed-array.svg
67-
[downloads-url]: http://npm-stat.com/charts.html?package=which-typed-array
65+
[downloads-image]: https://img.shields.io/npm/dm/which-typed-array.svg
66+
[downloads-url]: https://npm-stat.com/charts.html?package=which-typed-array
67+
[codecov-image]: https://codecov.io/gh/inspect-js/which-typed-array/branch/main/graphs/badge.svg
68+
[codecov-url]: https://app.codecov.io/gh/inspect-js/which-typed-array/
69+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/which-typed-array
70+
[actions-url]: https://github.com/inspect-js/which-typed-array/actions

0 commit comments

Comments
 (0)