Skip to content

Commit

Permalink
Add coverage badge + add source to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef Bastiaansen committed Jun 8, 2016
1 parent 8f438ae commit 18a214f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run setup.py test
- coverage run --source=biblio setup.py test
after_success:
- coveralls
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ UGent Biblio
============

.. image:: https://readthedocs.org/projects/python-ugent-biblio/badge/?version=latest
:target: http://python-ugent-biblio.readthedocs.org/en/latest/?badge=latest
:target: http://python-ugent-biblio.readthedocs.org/en/latest/
:alt: Documentation Status

.. image:: https://travis-ci.org/megasnort/python-ugent-biblio.svg
:target: https://travis-ci.org/megasnort/python-ugent-biblio/
:alt: Build status
:target: https://travis-ci.org/megasnort/python-ugent-biblio/
:alt: Build status

.. image:: https://coveralls.io/repos/github/megasnort/python-ugent-biblio/badge.svg?branch=master
:target: https://coveralls.io/github/megasnort/python-ugent-biblio?branch=master
:alt: Coverage

`Ghent University Academic Bibliography`_ contains all the scientific publications by UGent_ Researchers. The API_ is public and pretty straight forward.

Expand Down

0 comments on commit 18a214f

Please sign in to comment.