Skip to content

Commit c0e13e9

Browse files
committed
[readme] remove travis badge; add github actions/codecov badges; update URLs
1 parent 4113a5f commit c0e13e9

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

+19-18
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# qs <sup>[![Version Badge][2]][1]</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
A querystring parsing and stringifying library with some added security.
1213

@@ -598,18 +599,18 @@ Available as part of the Tidelift Subscription
598599

599600
The maintainers of qs and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-qs?utm_source=npm-qs&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
600601

601-
[1]: https://npmjs.org/package/qs
602-
[2]: http://versionbadg.es/ljharb/qs.svg
603-
[3]: https://api.travis-ci.org/ljharb/qs.svg
604-
[4]: https://travis-ci.org/ljharb/qs
605-
[5]: https://david-dm.org/ljharb/qs.svg
606-
[6]: https://david-dm.org/ljharb/qs
607-
[7]: https://david-dm.org/ljharb/qs/dev-status.svg
608-
[8]: https://david-dm.org/ljharb/qs?type=dev
609-
[9]: https://ci.testling.com/ljharb/qs.png
610-
[10]: https://ci.testling.com/ljharb/qs
611-
[11]: https://nodei.co/npm/qs.png?downloads=true&stars=true
612-
[license-image]: http://img.shields.io/npm/l/qs.svg
602+
[package-url]: https://npmjs.org/package/qs
603+
[npm-version-svg]: https://versionbadg.es/ljharb/qs.svg
604+
[deps-svg]: https://david-dm.org/ljharb/qs.svg
605+
[deps-url]: https://david-dm.org/ljharb/qs
606+
[dev-deps-svg]: https://david-dm.org/ljharb/qs/dev-status.svg
607+
[dev-deps-url]: https://david-dm.org/ljharb/qs#info=devDependencies
608+
[npm-badge-png]: https://nodei.co/npm/qs.png?downloads=true&stars=true
609+
[license-image]: https://img.shields.io/npm/l/qs.svg
613610
[license-url]: LICENSE
614-
[downloads-image]: http://img.shields.io/npm/dm/qs.svg
615-
[downloads-url]: http://npm-stat.com/charts.html?package=qs
611+
[downloads-image]: https://img.shields.io/npm/dm/qs.svg
612+
[downloads-url]: https://npm-stat.com/charts.html?package=qs
613+
[codecov-image]: https://codecov.io/gh/ljharb/qs/branch/main/graphs/badge.svg
614+
[codecov-url]: https://app.codecov.io/gh/ljharb/qs/
615+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/qs
616+
[actions-url]: https://github.com/ljharb/qs/actions

0 commit comments

Comments
 (0)