Skip to content

Commit

Permalink
Add code coverage and health badge to readme (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-bednar committed May 26, 2016
1 parent e6c70e6 commit da13aac
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[![Build Status][travisimg]][travis]
[![Code Coverage][codecovimg]][codecov]
[![Code Health][codehealthimg]][codehealth]

# python-rrmngmnt
Remote Resources MaNaGeMeNT
[![Build Status](https://travis-ci.org/rhevm-qe-automation/python-rrmngmnt.svg?branch=master)](https://travis-ci.org/rhevm-qe-automation/python-rrmngmnt)

## Intro
This tool helps you manage remote machines and services running on that.
Expand Down Expand Up @@ -131,3 +134,10 @@ h.power_manager.restart()
```python
python setup.py devop
```

[travisimg]: https://travis-ci.org/rhevm-qe-automation/python-rrmngmnt.svg?branch=master
[travis]: https://travis-ci.org/rhevm-qe-automation/python-rrmngmnt
[codecovimg]: https://codecov.io/gh/rhevm-qe-automation/python-rrmngmnt/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/rhevm-qe-automation/python-rrmngmnt
[codehealthimg]: https://landscape.io/github/rhevm-qe-automation/python-rrmngmnt/master/landscape.svg?style=flat
[codehealth]: https://landscape.io/github/rhevm-qe-automation/python-rrmngmnt/master

0 comments on commit da13aac

Please sign in to comment.