Skip to content

Commit

Permalink
Add coverage badge on readme using codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshgudi committed Dec 19, 2017
1 parent 8af1d91 commit 48a2086
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_install:
# command to install dependencies
install:
- pip install -r requirements/requirements-common.txt
- pip install codecov
- python setup.py develop

# command to run tests and coverage
Expand All @@ -25,6 +26,7 @@ script:
after_success:
- coverage combine
- coverage report
- codecov

dist:
precise
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yaksh
=====

|Build Status| |Documentation Status| |Version Status|
|Build Status| |Documentation Status| |Version Status| |Coverage Status|

To get an overview of the Yaksh interface please refer to the user documentation at `Yaksh Docs <http://yaksh.readthedocs.io>`_

Expand Down Expand Up @@ -163,4 +163,6 @@ Copyright (c) 2011-2017 `FOSSEE <https://fossee.in>`_
.. |Documentation Status| image:: https://readthedocs.org/projects/yaksh/badge/?version=latest
:target: http://yaksh.readthedocs.io/en/latest/?badge=latest
.. |Version Status| image:: https://badge.fury.io/gh/fossee%2Fonline_test.svg
:target: https://badge.fury.io/gh/fossee%2Fonline_test
:target: https://badge.fury.io/gh/fossee%2Fonline_test
.. |Coverage Status| image:: https://codecov.io/gh/fossee/online_test/branch/master/graph/badge.svg
:target: https://codecov.io/gh/fossee/online_test

0 comments on commit 48a2086

Please sign in to comment.