mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add support for ansible-test --coverage-check. (#53573)
This commit is contained in:
@@ -209,6 +209,10 @@ def parse_args():
|
||||
default='',
|
||||
help='label to include in coverage output file names')
|
||||
|
||||
test.add_argument('--coverage-check',
|
||||
action='store_true',
|
||||
help='only verify code coverage can be enabled')
|
||||
|
||||
test.add_argument('--metadata',
|
||||
help=argparse.SUPPRESS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user