diff options
author | maheshgudi | 2017-12-19 15:00:02 +0530 |
---|---|---|
committer | maheshgudi | 2017-12-19 15:28:09 +0530 |
commit | 48a2086a542605fe3fb218520a8f8994aad7434c (patch) | |
tree | 1b8d3542a2eb3df4a7c262201177a4376ae8bd4a /README.rst | |
parent | 8af1d91001a59bb26999d94b6578eccbc1f1a908 (diff) | |
download | online_test-48a2086a542605fe3fb218520a8f8994aad7434c.tar.gz online_test-48a2086a542605fe3fb218520a8f8994aad7434c.tar.bz2 online_test-48a2086a542605fe3fb218520a8f8994aad7434c.zip |
Add coverage badge on readme using codecov
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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>`_ @@ -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
\ No newline at end of file + :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
\ No newline at end of file |