mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
Support coverage reporting via coverage.io. refs #623
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
c126dc0598
commit
61371a31df
@ -4,9 +4,12 @@ python:
|
||||
- "2.6"
|
||||
before_install:
|
||||
- sh -c set
|
||||
install: true
|
||||
install:
|
||||
- pip install 'coveralls==0.4.2'
|
||||
before_script: python misc/build_helpers/show-tool-versions.py
|
||||
script: python setup.py test --reporter=timing
|
||||
script: coverage run --branch --source=allmydata setup.py test --reporter=timing
|
||||
after_success:
|
||||
coveralls
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
|
Loading…
Reference in New Issue
Block a user