File tree Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11* .pyc
22* .egg-info
3+ .coverage
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ script: make
44branches :
55 except :
66 - /^v[0-9]/
7+ after_success : coveralls
Original file line number Diff line number Diff line change 22.DEFAULT_GOAL := test
33
44test : clean lint
5- @py.test -s test/
5+ @py.test --cov app.py - s test/
66
77lint :
88 @flake8 .
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Example Uber app for developers
22==============================
33
44[ ![ TravisCI] ( https://travis-ci.org/uber/Python-Sample-Application.svg?branch=master )] ( https://travis-ci.org/uber/Python-Sample-Application )
5+ [ ![ Coverage Status] ( https://coveralls.io/repos/uber/Python-Sample-Application/badge.png )] ( https://coveralls.io/r/uber/Python-Sample-Application )
56
67https://developer.uber.com/
78
Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ betamax==0.4.0
1111flake8==2.1.0
1212pep8==1.5.6
1313pyflakes==0.8.1
14+
15+ # Coveralls
16+ coveralls==0.4.2
You can’t perform that action at this time.
0 commit comments