Skip to content

Commit 05d06b9

Browse files
committed
Add additional shields
1 parent 93db71f commit 05d06b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# fortls - the Fortran Language Server
22

3-
[![PyPI Latest Release](https://img.shields.io/pypi/v/fortls.svg)](https://pypi.org/project/fortls/)
3+
![PyPI](https://img.shields.io/pypi/v/fortls)
4+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fortls)
45
[![Tests](https://github.com/gnikit/fortls/actions/workflows/main.yml/badge.svg)](https://github.com/gnikit/fortls/actions/workflows/main.yml)
56
[![Documentation](https://github.com/gnikit/fortls/actions/workflows/docs.yml/badge.svg)](https://github.com/gnikit/fortls/actions/workflows/docs.yml)
6-
[![image](https://img.shields.io/github/license/gnikit/fortls.svg)](https://github.com/gnikit/fortls/blob/dev/LICENSE)
7+
[![Codecov](https://img.shields.io/codecov/c/gh/gnikit/fortls)](https://app.codecov.io/gh/gnikit/fortls/)
8+
[![GitHub license](https://img.shields.io/github/license/gnikit/fortls)](https://github.com/gnikit/fortls/blob/dev/LICENSE)
79
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
810

911
`fortls` is an implementation of the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol)

0 commit comments

Comments
 (0)