summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-12-21 20:21:52 +0000
committerMark Haines <mark.haines@matrix.org>2015-12-21 20:21:52 +0000
commit2a2b2ef8343fdc00a57df396dc76ce2b155b445d (patch)
treea85a45c01786bd0001c8501f24f94f66fad5d258
parentDelete all the .coverage files, including the combined .coverage (diff)
downloadsynapse-2a2b2ef8343fdc00a57df396dc76ce2b155b445d.tar.xz
Remove bogus comment about branch coverage
-rwxr-xr-xjenkins.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/jenkins.sh b/jenkins.sh
index bb0ae361af..e2bb706c7f 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -6,7 +6,6 @@ export PYTHONDONTWRITEBYTECODE=yep
 export TRIAL_FLAGS="--reporter=subunit"
 export TOXSUFFIX="| subunit-1to2 | subunit2junitxml --no-passthrough --output-to=results.xml"
 # Write coverage reports to a separate file for each process
-# Include branch coverage
 export COVERAGE_OPTS="-p"
 export DUMP_COVERAGE_COMMAND="coverage help"