summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2015-12-18 20:44:47 +0000
committerreview.rocks <nobody@review.rocks>2015-12-18 20:44:47 +0000
commit2f871ad143988199a5c3ceac918f721752968e71 (patch)
tree72a3d8617f70ef65d3b8a033005f654e221d61e0 /tox.ini
parentMerge pull request #450 from matrix-org/matthew/no-identicons (diff)
downloadsynapse-2f871ad143988199a5c3ceac918f721752968e71.tar.xz
Generate code coverage report when running jenkins.sh
Diffstat (limited to '')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini

index 95424765c3..bd313a4f36 100644 --- a/tox.ini +++ b/tox.ini
@@ -11,7 +11,8 @@ deps = setenv = PYTHONDONTWRITEBYTECODE = no_byte_code commands = - /bin/bash -c "coverage run --source=synapse {envbindir}/trial {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:}" + /bin/bash -c "coverage run {env:COVERAGE_OPTS:} --source={toxinidir}/synapse \ + {envbindir}/trial {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:}" {env:DUMP_COVERAGE_COMMAND:coverage report -m} [testenv:packaging]