diff options
author | Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com> | 2016-04-26 08:53:30 -0500 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-04-26 16:53:30 +0300 |
commit | 2b9afbb95722ef3b76c0649c01a2d8066f812327 (patch) | |
tree | 25b12c1c6755bd0116e006fc192fb16223a1ae1e /README.rst | |
parent | c91eb88dcc41002a59355b678c5d47586427f57a (diff) | |
download | pylint-git-2b9afbb95722ef3b76c0649c01a2d8066f812327.tar.gz |
[ADD] coverage: Enable coveralls and coverage report (#873)
Enable coverage report for coveralls
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst index ef7665f57..7159110f4 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,9 @@ README for Pylint - http://www.pylint.org/ :alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/PCManticore/pylint
+.. image:: https://coveralls.io/repos/github/PyCQA/pylint/badge.svg?branch=master
+ :target: https://coveralls.io/github/PyCQA/pylint?branch=master
+
Pylint is a Python source code analyzer which looks for programming errors,
helps enforcing a coding standard and sniffs for some code smells (as defined in
Martin Fowler's Refactoring book).
|