projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c126dc0
)
Support coverage reporting via coverage.io. refs #623
author
Daira Hopwood
<daira@jacaranda.org>
Mon, 1 Sep 2014 14:29:13 +0000
(15:29 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Mon, 1 Sep 2014 14:29:13 +0000
(15:29 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index fd341fbf33f4e7c3c8115a5835cb3b8f8b19562f..093e8e977f0895a5de12cf9c27371941f9be882a 100644
(file)
--- 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: