Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 3d764b3

Browse files
committed
formatted help text for junit,tap & cobertura.
1 parent 7a4edf8 commit 3d764b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/main/resources/com/mathworks/ci/RunMatlabCommandBuilder/help-matlabCommand.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div>
22
Enter the command you want to run in MATLAB. If the command represents a MATLAB function or script, do not specify the file extension.<br>
33
<b>Examples:</b><br>
4-
<b>Run Commands:</b> results = runtests(‘IncludingSubfolders’,true); assert(all(~[results.Failed]))<br>
4+
<b>Run commands:</b> results = runtests(‘IncludingSubfolders’,true); assert(all(~[results.Failed]))<br>
55
<b>Run a script:</b> runMyScript<br>
66
<br>&nbsp;</br>
77
<b>Recommendation:</b>If you require a number of MATLAB commands to execute your build, consider writing a MATLAB script and executing the script file instead.<br>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div>
22
<br>
3-
Generate a Cobertura code coverage report, named <b> cobertura.xml, </b> to be stored in the<b> matlabTestArtifacts</b> folder of the current Jenkins workspace.
3+
Generate a Cobertura code coverage report, named <b>cobertura.xml</b>, to be stored in the<b> matlabTestArtifacts</b> folder of the current Jenkins workspace.
44
<br>
55
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div>
22
<br>
3-
Generate a JUnit style test report, named <b> junittestresults.xml, </b> to be stored in the<b> matlabTestArtifacts</b> folder of the current Jenkins workspace.
3+
Generate a JUnit style test report, named <b>junittestresults.xml</b>, to be stored in the<b> matlabTestArtifacts</b> folder of the current Jenkins workspace.
44
<br>
55
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div>
22
<br>
3-
Generate a TAP style test report, named <b> taptestresults.tap, </b> to be stored in the<b> matlabTestArtifacts</b> folder of the current Jenkins workspace.
3+
Generate a TAP style test report, named <b>taptestresults.tap</b>, to be stored in the<b> matlabTestArtifacts</b> folder of the current Jenkins workspace.
44
<br>
55
</div>

0 commit comments

Comments
 (0)