Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coveralls #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: travis-pro
repo_token: ghcMbSCxmTWfxCZxjGTfDOCn6z4n15EFF
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ python:
- 2.7
install:
- pip install "blumpkin>=0.4,<0.5"
- pip install python-coveralls
- pip install -e .[tests]
- python setup.py develop
script:
- blumpkin test --cov=bob --cov-report term-missing xml .
- blumpkin coverage coverage.xml bob.builders:68
after_success:
- find bob -name "*.py" | xargs pep8 --ignore=E711 | tee pep8.out
- coveralls

notifications:
webhooks:
urls:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down