From 39491febbb55ac20c12bf43b007cde4e050880ee Mon Sep 17 00:00:00 2001 From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:10:06 -0400 Subject: [PATCH] minor tweaks (#70) --- src/commands/run-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/commands/run-tests.yml b/src/commands/run-tests.yml index 2bc633d..dfd7e88 100644 --- a/src/commands/run-tests.yml +++ b/src/commands/run-tests.yml @@ -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: @@ -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: '' @@ -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: ''