From 3e1557ad8074195f0c11a6c2f3932840d10a7924 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Mon, 6 Mar 2017 14:37:07 -0500 Subject: Enable coveralls.io --- .travis.yml | 5 ++++- README.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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: diff --git a/README.md b/README.md index 751e5ebf1..3ec6555e8 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1