Better usage help for the coverage_changes management command.
- Legacy-Id: 11193
This commit is contained in:
parent
91defa466e
commit
02773059f2
|
@ -12,6 +12,7 @@ import debug # pyflakes:ignore
|
|||
|
||||
class Command(BaseCommand):
|
||||
help = "Compare coverage between the latest release and the latest test run."
|
||||
args = "[master_json latest_json]"
|
||||
option_list = BaseCommand.option_list + (
|
||||
make_option('--sections', default='template,url,code', dest='sections',
|
||||
help='Specify which kinds of coverage changes to show. Default: %default'),
|
||||
|
|
Loading…
Reference in a new issue