twister: Fix --disable-coverage-aggregation help text

There is no flag named --coverage-split, switch help to
--coverage-per-instance

Signed-off-by: Jeremy Bettis <jbettis@google.com>
This commit is contained in:
Jeremy Bettis 2025-02-05 16:51:16 -07:00 committed by Benjamin Cabé
commit 6c7d518300

View file

@ -400,8 +400,8 @@ structure in the main Zephyr tree: boards/<vendor>/<board_name>/""")
action="store_true", default=False,
help="""Don't aggregate coverage report statistics for all the test suites
selected to run with enabled coverage. Requires another reporting mode to be
active (`--coverage-split`) to have at least one of these reporting modes.
Default: %(default)s""")
active (`--coverage-per-instance`) to have at least one of these reporting
modes. Default: %(default)s""")
parser.add_argument(
"--test-config",