Add various badges to README [skip ci] (#5931)
* Add some badges to the README * Add proper Netlify badge * Add Honeybadger badge
This commit is contained in:
parent
2d3a974803
commit
44670e2939
1 changed files with 16 additions and 2 deletions
18
README.md
18
README.md
|
|
@ -21,12 +21,26 @@
|
|||
<a href="https://codeclimate.com/github/thepracticaldev/dev.to/test_coverage">
|
||||
<img src="https://api.codeclimate.com/v1/badges/ce45bf63293073364bcb/test_coverage" alt="Code Climate test coverage">
|
||||
</a>
|
||||
<a href="https://codeclimate.com/github/thepracticaldev/dev.to/trends/technical_debt">
|
||||
<img src="https://img.shields.io/codeclimate/tech-debt/thepracticaldev/dev.to" alt="Code Climate technical debt">
|
||||
</a>
|
||||
<a href="https://www.codetriage.com/thepracticaldev/dev.to">
|
||||
<img src="https://www.codetriage.com/thepracticaldev/dev.to/badges/users.svg" alt="CodeTriage badge">
|
||||
</a>
|
||||
<img src="https://flat.badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot" alt="Dependabot Badge" />
|
||||
<img src="https://badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot" alt="Dependabot Badge">
|
||||
<a href="https://gitpod.io/from-referrer/">
|
||||
<img src="https://img.shields.io/badge/setup-automated-blue?logo=gitpod"/>
|
||||
<img src="https://img.shields.io/badge/setup-automated-blue?logo=gitpod" alt="GitPod badge">
|
||||
</a>
|
||||
<a href="https://app.netlify.com/sites/devto/deploys">
|
||||
<img src="https://api.netlify.com/api/v1/badges/e5dbe779-7bca-4390-80b9-6e678b4806a3/deploy-status" alt="Netlify badge">
|
||||
</a>
|
||||
<img src="https://img.shields.io/github/languages/code-size/thepracticaldev/dev.to" alt="GitHub code size in bytes">
|
||||
<img src="https://img.shields.io/github/commit-activity/w/thepracticaldev/dev.to" alt="GitHub commit activity">
|
||||
<a href="https://github.com/thepracticaldev/dev.to/issues?q=is%3Aissue+is%3Aopen+label%3A%22ready+for+dev%22">
|
||||
<img src="https://img.shields.io/github/issues/thepracticaldev/dev.to/ready for dev" alt="GitHub issues ready for dev">
|
||||
</a>
|
||||
<a href="https://app.honeybadger.io/project/Pl5JzZB5ax">
|
||||
<img src="https://img.shields.io/badge/honeybadger-active-informational" alt="Honeybadger badge">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue