Commit 91fac771 by Will Daly

Merge pull request #74 from edx/will/branch-coverage

Collect branch coverage information
parents a9a9184c 71af9541
[run]
branch = True
[report] [report]
include = apps/* include = apps/*
omit = omit =
......
...@@ -11,6 +11,7 @@ TEST_APPS = ('openassessment.peer', 'submissions', "openassessment.xblock") ...@@ -11,6 +11,7 @@ TEST_APPS = ('openassessment.peer', 'submissions', "openassessment.xblock")
NOSE_ARGS = [ NOSE_ARGS = [
'--with-coverage', '--with-coverage',
'--cover-package=' + ",".join(TEST_APPS), '--cover-package=' + ",".join(TEST_APPS),
'--cover-branches',
'--cover-erase', '--cover-erase',
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment