From: Daira Hopwood Date: Mon, 1 Sep 2014 14:29:13 +0000 (+0100) Subject: Support coverage reporting via coverage.io. refs #623 X-Git-Tag: allmydata-tahoe-1.10.1a1~169 X-Git-Url: https://git.rkrishnan.org/listings/pb1server.py?a=commitdiff_plain;h=61371a31df3c89afe1f7b51ac6fd7e94f3fc49f4;p=tahoe-lafs%2Ftahoe-lafs.git Support coverage reporting via coverage.io. refs #623 Signed-off-by: Daira Hopwood --- diff --git a/.travis.yml b/.travis.yml index fd341fbf..093e8e97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: