diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2017-03-06 14:37:07 -0500 |
---|---|---|
committer | Stephen Milner <stevem@gnulinux.net> | 2017-03-06 17:05:24 -0500 |
commit | 3e1557ad8074195f0c11a6c2f3932840d10a7924 (patch) | |
tree | d2efa2497ce72462f9f898597e76ad92f04c04e4 | |
parent | be906c592a7f770803a5c798a33319c94fedcb1d (diff) | |
download | openshift-3e1557ad8074195f0c11a6c2f3932840d10a7924.tar.gz openshift-3e1557ad8074195f0c11a6c2f3932840d10a7924.tar.bz2 openshift-3e1557ad8074195f0c11a6c2f3932840d10a7924.tar.xz openshift-3e1557ad8074195f0c11a6c2f3932840d10a7924.zip |
Enable coveralls.io
-rw-r--r-- | .travis.yml | 5 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 15fe61959..0698b0280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,14 @@ python: - "3.5" install: - - pip install tox-travis + - pip install tox-travis coveralls script: - tox +after_success: + - coveralls + notifications: email: recipients: @@ -1,5 +1,6 @@ [![Join the chat at https://gitter.im/openshift/openshift-ansible](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/openshift/openshift-ansible) [![Build Status](https://travis-ci.org/openshift/openshift-ansible.svg?branch=master)](https://travis-ci.org/openshift/openshift-ansible) +[![Coverage Status](https://coveralls.io/repos/github/openshift/openshift-ansible/badge.svg?branch=master)](https://coveralls.io/github/openshift/openshift-ansible?branch=master) # OpenShift Ansible |