summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
-rw-r--r--README.md1
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:
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