Tres Seaver
2014-12-12 f48ebbc030ab2b5aed50793cf9d8e38cf8fc4088
Try using raw 'coverage', because 'nose --with-xcoverage' is shwing 0%.
1 files modified
7 ■■■■■ changed files
tox.ini 7 ●●●●● patch | view | raw | blame | history
tox.ini
@@ -14,14 +14,15 @@
basepython =
    python2.6
commands = 
    nosetests --with-xunit --with-xcoverage
    coverage erase
    coverage run --timid --source=repoze setup.py test -q
    coverage report --show-missing --omit="*fixture*"
    coverage xml
deps =
    zope.interface
    WebOb
    virtualenv
    nose
    coverage
    nosexcover
# we separate coverage into its own testenv because a) "last run wins" wrt
# cobertura jenkins reporting and b) pypy and jython can't handle any