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

Commit 6f5ac8c

Browse files
authored
Merge pull request #97 from mathworks/github_issue_92
GitHub issue 92
2 parents b8a1c1a + 7e765ec commit 6f5ac8c

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
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>

src/test/java/com/mathworks/ci/RunMatlabTestsBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public void verifyDefaultArtifactLocation() throws Exception {
274274
WebAssert.assertTextPresent(page,"matlabTestArtifacts/testreport.pdf");
275275
WebAssert.assertTextPresent(page,"matlabTestArtifacts/simulinktestresults.mldatx");
276276
WebAssert.assertTextPresent(page,"matlabTestArtifacts/cobertura.xml");
277-
WebAssert.assertTextPresent(page,"matlabTestArtifacts/modelcoverage.xml");
277+
WebAssert.assertTextPresent(page,"matlabTestArtifacts/coberturamodelcoverage.xml");
278278
}
279279

280280
/*

0 commit comments

Comments
 (0)