From d77513cb9f2f1ba2a5a64ebdc8ced0454d1ad4d1 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Tue, 26 Oct 2021 22:22:37 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6d3115a0b..4bcea7be33 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