From b34df0880d873c69fd2122b71d581bdced2fded7 Mon Sep 17 00:00:00 2001 From: yeger00 Date: Fri, 24 May 2024 08:58:06 +0300 Subject: [PATCH] Add coverage badge to README --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 31b2e66..7e48134 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,7 @@ [![image](https://img.shields.io/pypi/v/pylspclient.svg)](https://pypi.org/project/pylspclient/) [![Test Package](https://github.com/yeger00/pylspclient/actions/workflows/test-pkg.yml/badge.svg)](https://github.com/yeger00/pylspclient/actions/workflows/test-pkg.yml) [![image](https://img.shields.io/github/license/python-ls/python-ls.svg)](https://github.com/yeger00/pylspclient/blob/main/LICENSE) +[![image](https://blanket-d37ae43238cc.herokuapp.com/badge?repo_name=yeger00/pylspclient)](https://blanket-d37ae43238cc.herokuapp.com/?repo_name=yeger00/pylspclient) A Python 3.10+ implementation of a [LSP](https://microsoft.github.io/language-server-protocol/) client.