There was an error while loading. Please reload this page.
1 parent 91defa4 commit 0277305Copy full SHA for 0277305
1 file changed
ietf/utils/management/commands/coverage_changes.py
@@ -12,6 +12,7 @@
12
13
class Command(BaseCommand):
14
help = "Compare coverage between the latest release and the latest test run."
15
+ args = "[master_json latest_json]"
16
option_list = BaseCommand.option_list + (
17
make_option('--sections', default='template,url,code', dest='sections',
18
help='Specify which kinds of coverage changes to show. Default: %default'),
0 commit comments