Skip to content

Commit 497afe5

Browse files
committed
Add coverage and health badge to readme (#12)
1 parent e9e5cc3 commit 497afe5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![Build Status][travisimg]][travis]
2+
[![Code Coverage][codecovimg]][codecov]
3+
[![Code Health][codehealthimg]][codehealth]
24

35
# python-otopi-mdp
46

@@ -60,3 +62,7 @@ while True:
6062
[githubissues]: https://github.com/rhevm-qe-automation/python-otopi-mdp/issues
6163
[travisimg]: https://travis-ci.org/rhevm-qe-automation/python-otopi-mdp.svg?branch=master
6264
[travis]: https://travis-ci.org/rhevm-qe-automation/python-otopi-mdp
65+
[codecovimg]: https://codecov.io/gh/rhevm-qe-automation/python-otopi-mdp/branch/master/graph/badge.svg
66+
[codecov]: https://codecov.io/gh/rhevm-qe-automation/python-otopi-mdp
67+
[codehealthimg]: https://landscape.io/github/rhevm-qe-automation/python-otopi-mdp/master/landscape.svg?style=flat
68+
[codehealth]: https://landscape.io/github/rhevm-qe-automation/python-otopi-mdp/master

0 commit comments

Comments
 (0)