Skip to content

Commit

Permalink
Add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbn committed Sep 4, 2013
1 parent 4b2941b commit 0d6a58b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[run]
include = everpad*
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ before_script:
- mkdir -p /home/travis/.everpad/data/1/
script:
- nosetests
after_success:
- coverage report
- pip install --quiet python-coveralls
- coveralls
1 change: 1 addition & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mock
factory_boy
sqlalchemy==0.7.9
coverage

0 comments on commit 0d6a58b

Please sign in to comment.