Commit 71af9541 by Will Daly

Collect branch coverage information

parent a9a9184c
[run]
branch = True
[report]
include = apps/*
omit =
......
......@@ -11,6 +11,7 @@ TEST_APPS = ('openassessment.peer', 'submissions', "openassessment.xblock")
NOSE_ARGS = [
'--with-coverage',
'--cover-package=' + ",".join(TEST_APPS),
'--cover-branches',
'--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