Skip to content

Commit

Permalink
Merge pull request #13 from aroraumang/feature/task-4507
Browse files Browse the repository at this point in the history
Added Coveralls #4507
  • Loading branch information
Sharoon Thomas committed Jun 2, 2014
2 parents ba21fdf + 8bb2573 commit 3f1fb83
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .coveragerc
@@ -0,0 +1,5 @@
[run]
source = trytond.modules.nereid_party_multi_user

[report]
omit = */tests/*, */fabfile.py
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,11 @@ python:
- "2.7"
install:
- python setup.py install
script: python setup.py test
- pip install coveralls
script:
- coverage run setup.py test
after_success:
coveralls
notifications:
email:
- ci-notify@openlabs.co.in
8 changes: 8 additions & 0 deletions README.rst
Expand Up @@ -8,11 +8,19 @@ master
++++++

.. image:: https://travis-ci.org/openlabs/nereid-party-multi-user.png?branch=master
:target: https://travis-ci.org/openlabs/nereid-party-multi-user

develop
+++++++

.. image:: https://travis-ci.org/openlabs/nereid-party-multi-user.png?branch=develop
:target: https://travis-ci.org/openlabs/nereid-party-multi-user

Coverage
--------

.. image:: https://coveralls.io/repos/openlabs/nereid-party-multi-user/badge.png
:target: https://coveralls.io/r/openlabs/nereid-party-multi-user


Introduction
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Expand Up @@ -6,4 +6,4 @@
:copyright: (c) 2013-2014 by Openlabs Technologies & Consulting (P) Limited
:license: BSD, see LICENSE for more details.
"""
from .test_user import suite # flake8 : noqa
from .test_user import suite # flake8 : noqa

0 comments on commit 3f1fb83

Please sign in to comment.