Jason DeTiberus преди 8 години
родител
ревизия
3e1557ad80
променени са 2 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 4 1
      .travis.yml
  2. 1 0
      README.md

+ 4 - 1
.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 - 0
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