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

Commit 7e3729f

Browse files
author
Nikhil Bhoski
committed
Updated review comments
1 parent 6b7e268 commit 7e3729f

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
@@ -178,7 +178,7 @@ protected Object readResolve() {
178178
new StmResultsArtifact("matlabTestArtifacts/simulinktestresults.mldatx");
179179
}
180180
if (modelCoverageChkBx) {
181-
this.pdfReportArtifact =
181+
this.modelCoverageArtifact =
182182
new ModelCovArtifact("matlabTestArtifacts/coberturamodelcoverage.pdf");
183183
}
184184
return this;

0 commit comments

Comments
 (0)