Skip to content
Snippets Groups Projects
Commit 2a2b2ef8 authored by Mark Haines's avatar Mark Haines
Browse files

Remove bogus comment about branch coverage

parent bb9c7f2d
Branches
Tags
No related merge requests found
...@@ -6,7 +6,6 @@ export PYTHONDONTWRITEBYTECODE=yep ...@@ -6,7 +6,6 @@ export PYTHONDONTWRITEBYTECODE=yep
export TRIAL_FLAGS="--reporter=subunit" export TRIAL_FLAGS="--reporter=subunit"
export TOXSUFFIX="| subunit-1to2 | subunit2junitxml --no-passthrough --output-to=results.xml" export TOXSUFFIX="| subunit-1to2 | subunit2junitxml --no-passthrough --output-to=results.xml"
# Write coverage reports to a separate file for each process # Write coverage reports to a separate file for each process
# Include branch coverage
export COVERAGE_OPTS="-p" export COVERAGE_OPTS="-p"
export DUMP_COVERAGE_COMMAND="coverage help" export DUMP_COVERAGE_COMMAND="coverage help"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment