Added coverage report to README

This commit is contained in:
Danilo Bargen
2013-04-10 22:20:37 +02:00
parent 0b4e8e09a3
commit 26cabd581c
+5
View File
@@ -6,6 +6,11 @@ Jedi - an awesome autocompletion library for Python
:target: http://travis-ci.org/davidhalter/jedi :target: http://travis-ci.org/davidhalter/jedi
:alt: Travis-CI build status :alt: Travis-CI build status
.. image:: https://coveralls.io/repos/davidhalter/jedi/badge.png?branch=master
:target: https://coveralls.io/r/davidhalter/jedi
:alt: Coverage Status
Jedi is an autocompletion tool for Python that can be used in IDEs/editors. Jedi is an autocompletion tool for Python that can be used in IDEs/editors.
Jedi works. Jedi is fast. It understands all of the basic Python syntax Jedi works. Jedi is fast. It understands all of the basic Python syntax
elements including many builtin functions. elements including many builtin functions.