From f6898253aee04e2f19ce1b74f0f7f3216f4e2c68 Mon Sep 17 00:00:00 2001 From: Marshall Jones Date: Thu, 21 Aug 2014 09:26:24 -0700 Subject: [PATCH 1/2] coveralls --- .coveralls.yml | 2 ++ .travis.yml | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 0000000..b851388 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,2 @@ +service_name: travis-pro +repo_token: ghcMbSCxmTWfxCZxjGTfDOCn6z4n15EFF diff --git a/.travis.yml b/.travis.yml index 7b136c6..20e8a77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - 2.7 install: - pip install "blumpkin>=0.4,<0.5" +- pip install python-coveralls - pip install -e .[tests] - python setup.py develop script: @@ -10,6 +11,8 @@ script: - blumpkin coverage coverage.xml bob.builders:68 after_success: - find bob -name "*.py" | xargs pep8 --ignore=E711 | tee pep8.out +- coveralls + notifications: webhooks: urls: From 6a3052bb22aa00f1c6745cd252a3b971e180c681 Mon Sep 17 00:00:00 2001 From: Marshall Jones Date: Thu, 21 Aug 2014 09:54:29 -0700 Subject: [PATCH 2/2] readme icon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b6f10a..6becdf5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/balanced/bob.svg)](https://travis-ci.org/balanced/bob) ![Alt text](http://i49.photobucket.com/albums/f265/jsh00ter12/jfkl.jpg) +[![Coverage Status](https://coveralls.io/repos/balanced/bob/badge.png)](https://coveralls.io/r/balanced/bob) Builds debian packages via fpm and pip.