Skip to content

Commit

Permalink
Added coveralls integration (fixes #62) (#64)
Browse files Browse the repository at this point in the history
* added coveralls integration

* added coveralls badge
  • Loading branch information
ChrisTimperley committed Sep 12, 2018
1 parent 476c92c commit caa9744
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ python:
- '3.5'
- '3.6'
install:
- pip install coveralls
- pip install pycodestyle
- pip install --upgrade .
script:
- pycodestyle houston
- pytest test
- coverage run --source=houston setup.py test
after_success:
- coveralls
notifications:
email: false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Houston

[![Build Status](https://travis-ci.org/squaresLab/Houston.svg?branch=master)](https://travis-ci.org/squaresLab/Houston)
[![Coverage Status](https://coveralls.io/repos/github/squaresLab/Houston/badge.svg?branch=master)](https://coveralls.io/github/squaresLab/Houston?branch=master)

Awesome automated integration-test generation for robotic systems.

Expand Down

0 comments on commit caa9744

Please sign in to comment.