We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c84ee1 commit 6c7d518Copy full SHA for 6c7d518
scripts/pylib/twister/twisterlib/environment.py
@@ -400,8 +400,8 @@ def add_parse_arguments(parser = None) -> argparse.ArgumentParser:
400
action="store_true", default=False,
401
help="""Don't aggregate coverage report statistics for all the test suites
402
selected to run with enabled coverage. Requires another reporting mode to be
403
- active (`--coverage-split`) to have at least one of these reporting modes.
404
- Default: %(default)s""")
+ active (`--coverage-per-instance`) to have at least one of these reporting
+ modes. Default: %(default)s""")
405
406
parser.add_argument(
407
"--test-config",
0 commit comments