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

Commit a8f6ce3

Browse files
author
Nikhil Bhoski
committed
corrected the Model coverage file extention.
1 parent 7e3729f commit a8f6ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/mathworks/ci/RunMatlabTestsBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ protected Object readResolve() {
179179
}
180180
if (modelCoverageChkBx) {
181181
this.modelCoverageArtifact =
182-
new ModelCovArtifact("matlabTestArtifacts/coberturamodelcoverage.pdf");
182+
new ModelCovArtifact("matlabTestArtifacts/coberturamodelcoverage.xml");
183183
}
184184
return this;
185185
}

0 commit comments

Comments
 (0)