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

Commit 1da3c65

Browse files
author
Nikhil Bhoski
committed
Fix for help icon for MATLAB tests builder
1 parent b8a1c1a commit 1da3c65

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

src/main/resources/com/mathworks/ci/RunMatlabTestsBuilder/config.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<f:optionalBlock name="modelCoverageArtifact" field="modelCoverageArtifact" title="Cobertura model coverage" checked="${instance.modelCoverageArtifact.selected}">
3939
<f:entry field="modelCoverageFilePath" title="File path: ">
40-
<f:textbox default="matlabTestArtifacts/modelcoverage.xml"/>
40+
<f:textbox default="matlabTestArtifacts/coberturamodelcoverage.xml"/>
4141
</f:entry>
4242
</f:optionalBlock>
4343
</f:section>

0 commit comments

Comments
 (0)