Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Oct 17, 2015
1 parent 9224bc4 commit 8372256
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ install:
# command to run tests, e.g. python setup.py test
script: COMMAND='coverage run' tox -e"$TOXENV"

after_success: coveralls
before_install:
- pip install codecov
after_success:
- codecov
- coveralls

matrix:
exclude:
Expand Down
28 changes: 24 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,34 @@
django-meta-mixin
=================

.. image:: https://badge.fury.io/py/django-meta-mixin.png
:target: https://badge.fury.io/py/django-meta-mixin
.. image:: https://img.shields.io/pypi/v/django-meta-mixin.svg?style=flat-square
:target: https://pypi.python.org/pypi/django-meta-mixin
:alt: Latest PyPI version

.. image:: https://travis-ci.org/nephila/django-meta-mixin.png?branch=master
.. image:: https://img.shields.io/pypi/dm/django-meta-mixin.svg?style=flat-square
:target: https://pypi.python.org/pypi/django-meta-mixin
:alt: Monthly downloads

.. image:: https://img.shields.io/pypi/pyversions/django-meta-mixin.svg?style=flat-square
:target: https://pypi.python.org/pypi/django-meta-mixin
:alt: Python versions

.. image:: https://img.shields.io/travis/nephila/django-meta-mixin.svg?style=flat-square
:target: https://travis-ci.org/nephila/django-meta-mixin
:alt: Latest Travis CI build status

.. image:: https://coveralls.io/repos/nephila/django-meta-mixin/badge.png?branch=master
.. image:: https://img.shields.io/coveralls/nephila/django-meta-mixin/master.svg?style=flat-square
:target: https://coveralls.io/r/nephila/django-meta-mixin?branch=master
:alt: Test coverage

.. image:: https://img.shields.io/codecov/c/github/nephila/django-meta-mixin/master.svg?style=flat-square
:target: https://codecov.io/github/nephila/django-meta-mixin
:alt: Test coverage

.. image:: https://codeclimate.com/github/nephila/django-meta-mixin/badges/gpa.svg
:target: https://codeclimate.com/github/nephila/django-meta-mixin
:alt: Code Climate


Concepts
--------
Expand Down

0 comments on commit 8372256

Please sign in to comment.