Skip to content

Commit

Permalink
Adding support for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfcolon committed Sep 17, 2017
1 parent 2335bd0 commit 97da923
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[run]
source =
client

[report]
show_missing = True
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ script:
- pytest
install:
- pip install -r requirements-dev.txt
after_success:
- coveralls
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage==4.4.1
pytest==3.2.2
pytest-cov==2.5.1
responses==0.7.0
coveralls==1.2.0

0 comments on commit 97da923

Please sign in to comment.