Skip to content

Commit

Permalink
minor tweaks (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-hrastega authored Mar 25, 2024
1 parent d6ec7c2 commit 39491fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/commands/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: >
Run MATLAB and Simulink tests and generate artifacts. By default, the command includes any files
in your project that have a `Test` label. If your pipeline does not use a MATLAB project, or if
it uses a MATLAB release before R2019a, then the command includes all tests in the root of your
repository and in any of its subfolders. The command fails if any of the included tests fails.
repository and in any of its subfolders. The command fails if any of the included tests fail.
parameters:
source-folder:
Expand Down Expand Up @@ -65,7 +65,7 @@ parameters:
default: ''
test-results-simulink-test:
description: >
Path to export Simulink Test Manager results in MLDATX format. This parameter requires a Simulink Test license, and
Path to export Simulink Test Manager results in MLDATX format. This parameter requires a Simulink Test license and
is supported in MATLAB R2019a and later.
type: string
default: ''
Expand All @@ -86,13 +86,13 @@ parameters:
default: ''
model-coverage-cobertura:
description: >
Path to write the model coverage results in Cobertura XML format. This parameter requires a Simulink Coverage license,
Path to write the model coverage results in Cobertura XML format. This parameter requires a Simulink Coverage license
and is supported in MATLAB R2018b and later.
type: string
default: ''
model-coverage-html:
description: >
Path to write the model coverage results in HTML format. This parameter requires a Simulink Coverage license, and is
Path to write the model coverage results in HTML format. This parameter requires a Simulink Coverage license and is
supported in MATLAB R2018b and later.
type: string
default: ''
Expand Down

0 comments on commit 39491fe

Please sign in to comment.