mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-25 21:59:19 +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"
|
- "2.6"
|
||||||
before_install:
|
before_install:
|
||||||
- sh -c set
|
- sh -c set
|
||||||
install: true
|
install:
|
||||||
|
- pip install 'coveralls==0.4.2'
|
||||||
before_script: python misc/build_helpers/show-tool-versions.py
|
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:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
irc:
|
irc:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user