From 8af1d91001a59bb26999d94b6578eccbc1f1a908 Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Tue, 19 Dec 2017 12:48:29 +0530 Subject: Add version badge on readme --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index c615d0e..78111c1 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Yaksh ===== -|Build Status| |Documentation Status| +|Build Status| |Documentation Status| |Version Status| To get an overview of the Yaksh interface please refer to the user documentation at `Yaksh Docs `_ @@ -162,3 +162,5 @@ Copyright (c) 2011-2017 `FOSSEE `_ :target: https://travis-ci.org/FOSSEE/online_test .. |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 -- cgit From 48a2086a542605fe3fb218520a8f8994aad7434c Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Tue, 19 Dec 2017 15:00:02 +0530 Subject: Add coverage badge on readme using codecov --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 78111c1..c7d2089 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ @@ -163,4 +163,6 @@ Copyright (c) 2011-2017 `FOSSEE `_ .. |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 -- cgit