Browse Source

Enable coveralls.io

Jason DeTiberus 8 năm trước cách đây
mục cha
commit
3e1557ad80
2 tập tin đã thay đổi với 5 bổ sung1 xóa
  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