mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Add code health badge (Landscape.io)
This commit is contained in:
parent
e2ad1ceced
commit
3e93cc5c4b
1 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
django-analytical |latest-version|
|
||||
==================================
|
||||
|
||||
|travis-ci| |coveralls| |downloads| |license|
|
||||
|travis-ci| |coveralls| |health| |downloads| |license|
|
||||
|
||||
The django-analytical application integrates analytics services into a
|
||||
Django_ project.
|
||||
|
|
@ -32,6 +32,9 @@ an asynchronous version of the Javascript code if possible.
|
|||
.. |coveralls| image:: https://coveralls.io/repos/jcassee/django-analytical/badge.svg
|
||||
:alt: Test coverage
|
||||
:target: https://coveralls.io/r/jcassee/django-analytical
|
||||
.. |health| image:: https://landscape.io/github/jcassee/django-analytical/master/landscape.svg?style=flat
|
||||
:target: https://landscape.io/github/jcassee/django-analytical/master
|
||||
:alt: Code health
|
||||
.. |downloads| image:: https://img.shields.io/pypi/dm/django-analytical.svg
|
||||
:alt: Monthly downloads from PyPI
|
||||
:target: https://pypi.python.org/pypi/django-analytical
|
||||
|
|
|
|||
Loading…
Reference in a new issue