Skip to content

Commit bf1f00b

Browse files
committed
README: add codecov badge
1 parent 09bba08 commit bf1f00b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/neovim/pynvim.svg?branch=master)](https://travis-ci.org/neovim/pynvim)
44
[![Documentation Status](https://readthedocs.org/projects/pynvim/badge/?version=latest)](http://pynvim.readthedocs.io/en/latest/?badge=latest)
5+
[![Code coverage](https://codecov.io/gh/neovim/pynvim/branch/master/graph/badge.svg)](https://codecov.io/gh/neovim/pynvim)
56

67
Pynvim implements support for python plugins in Nvim. It also works as a library for
78
connecting to and scripting Nvim processes through its msgpack-rpc API.

0 commit comments

Comments
 (0)