Skip to content

Commit 177cd9e

Browse files
chore: update badges in README.md (#245)
* chore: update badges in `README.md` * Update README.md
1 parent 4cc3bd2 commit 177cd9e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
[![version][version-badge]][package]
1313
[![downloads][downloads-badge]][npmtrends]
1414
[![MIT License][license-badge]][license]
15-
16-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
17-
[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-)
18-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
15+
[![All Contributors][all-contributors-badge]](#contributors-)
1916
[![PRs Welcome][prs-badge]][prs]
2017
[![Code of Conduct][coc-badge]][coc]
2118
<!-- prettier-ignore-end -->
@@ -183,8 +180,8 @@ MIT
183180
<!-- prettier-ignore-start -->
184181
[npm]: https://www.npmjs.com
185182
[node]: https://nodejs.org
186-
[build-badge]: https://img.shields.io/travis/testing-library/eslint-plugin-jest-dom.svg?style=flat-square
187-
[build]: https://travis-ci.org/testing-library/eslint-plugin-jest-dom
183+
[build-badge]: https://img.shields.io/github/workflow/status/testing-library/eslint-plugin-jest-dom/validate?logo=github&style=flat-square
184+
[build]: https://github.com/testing-library/eslint-plugin-jest-dom/actions?query=workflow%3Avalidate
188185
[coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/eslint-plugin-jest-dom.svg?style=flat-square
189186
[coverage]: https://codecov.io/github/testing-library/eslint-plugin-jest-dom
190187
[version-badge]: https://img.shields.io/npm/v/eslint-plugin-jest-dom.svg?style=flat-square
@@ -199,6 +196,7 @@ MIT
199196
[coc]: https://github.com/testing-library/eslint-plugin-jest-dom/blob/main/other/CODE_OF_CONDUCT.md
200197
[emojis]: https://github.com/all-contributors/all-contributors#emoji-key
201198
[all-contributors]: https://github.com/all-contributors/all-contributors
199+
[all-contributors-badge]: https://img.shields.io/github/all-contributors/testing-library/eslint-plugin-jest-dom?color=orange&style=flat-square
202200
[bugs]: https://github.com/testing-library/eslint-plugin-jest-dom/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Acreated-desc+label%3Abug
203201
[requests]: https://github.com/testing-library/eslint-plugin-jest-dom/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement
204202
[good-first-issue]: https://github.com/testing-library/eslint-plugin-jest-dom/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement+label%3A%22good+first+issue%22

0 commit comments

Comments
 (0)