summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Korland <gkorland@gmail.com>2021-10-28 09:36:52 +0300
committerGitHub <noreply@github.com>2021-10-28 09:36:52 +0300
commit1f11f8c4ecbc2227c28077b9e9764e543c38d0a5 (patch)
treed3f09793b3bfc573c44ccf4393f07b62f85c7a01
parent992b149732a96ccfe049f84c1b556b8d14f12161 (diff)
downloadredis-py-1f11f8c4ecbc2227c28077b9e9764e543c38d0a5.tar.gz
Update badges in README.md (#1654)
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index b6d3115..4bcea7b 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,11 @@
The Python interface to the Redis key-value store.
-[![image](https://github.com/redis/redis-py/workflows/CI/badge.svg?branch=master)](https://github.com/redis/redis-py/actions?query=workflow%3ACI+branch%3Amaster)
-[![image](https://readthedocs.org/projects/redis-py/badge/?version=stable&style=flat)](https://redis-py.readthedocs.io/en/stable/)
-[![image](https://badge.fury.io/py/redis.svg)](https://pypi.org/project/redis/)
+[![CI](https://github.com/redis/redis-py/workflows/CI/badge.svg?branch=master)](https://github.com/redis/redis-py/actions?query=workflow%3ACI+branch%3Amaster)
+[![docs](https://readthedocs.org/projects/redis-py/badge/?version=stable&style=flat)](https://redis-py.readthedocs.io/en/stable/)
+[![pypi](https://badge.fury.io/py/redis.svg)](https://pypi.org/project/redis/)
[![codecov](https://codecov.io/gh/redis/redis-py/branch/master/graph/badge.svg?token=yenl5fzxxr)](https://codecov.io/gh/redis/redis-py)
+[![Total alerts](https://img.shields.io/lgtm/alerts/g/redis/redis-py.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/redis/redis-py/alerts/)
## Python 2 Compatibility Note