@@ -2,7 +2,7 @@ description: >
22 Run MATLAB and Simulink tests and generate artifacts. By default, the command includes any files
33 in your project that have a `Test` label. If your pipeline does not use a MATLAB project, or if
44 it uses a MATLAB release before R2019a, then the command includes all tests in the root of your
5- repository and in any of its subfolders. The command fails if any of the included tests fails .
5+ repository and in any of its subfolders. The command fails if any of the included tests fail .
66
77parameters :
88 source-folder :
@@ -65,7 +65,7 @@ parameters:
6565 default : ' '
6666 test-results-simulink-test :
6767 description : >
68- Path to export Simulink Test Manager results in MLDATX format. This parameter requires a Simulink Test license, and
68+ Path to export Simulink Test Manager results in MLDATX format. This parameter requires a Simulink Test license and
6969 is supported in MATLAB R2019a and later.
7070 type : string
7171 default : ' '
@@ -86,13 +86,13 @@ parameters:
8686 default : ' '
8787 model-coverage-cobertura :
8888 description : >
89- Path to write the model coverage results in Cobertura XML format. This parameter requires a Simulink Coverage license,
89+ Path to write the model coverage results in Cobertura XML format. This parameter requires a Simulink Coverage license
9090 and is supported in MATLAB R2018b and later.
9191 type : string
9292 default : ' '
9393 model-coverage-html :
9494 description : >
95- Path to write the model coverage results in HTML format. This parameter requires a Simulink Coverage license, and is
95+ Path to write the model coverage results in HTML format. This parameter requires a Simulink Coverage license and is
9696 supported in MATLAB R2018b and later.
9797 type : string
9898 default : ' '
0 commit comments