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

Commit b8a1c1a

Browse files
authored
Merge pull request #88 from mathworks/artifact_input_change_nop
Artifact input change nop
2 parents caabde7 + d462f53 commit b8a1c1a

File tree

7 files changed

+457
-440
lines changed

7 files changed

+457
-440
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public class MatlabBuilderConstants {
1313

1414
static final String MATLAB_RUNNER_TARGET_FILE = "Builder.matlab.runner.target.file.name";
1515
static final String MATLAB_TESTS_RUNNER_TARGET_FILE = "runMatlabTests.m";
16+
static final String MATLAB_TESTS_RUNNER_RESOURCE = "com/mathworks/ci/RunMatlabTestsBuilder/runMatlabTests.m";
1617
static final String MATLAB_RUNNER_RESOURCE = "com/mathworks/ci/MatlabBuilder/runMatlabTests.m";
1718
static final String AUTOMATIC_OPTION = "RunTestsAutomaticallyOption";
1819

@@ -23,7 +24,7 @@ public class MatlabBuilderConstants {
2324
static final String STM_RESULTS = "'SimulinkTestResults'";
2425
static final String COBERTURA_CODE_COVERAGE = "'CoberturaCodeCoverage'";
2526
static final String COBERTURA_MODEL_COVERAGE = "'CoberturaModelCoverage'";
26-
27+
2728
// Matlab Runner files
2829
static final String BAT_RUNNER_SCRIPT = "run_matlab_command.bat";
2930
static final String SHELL_RUNNER_SCRIPT = "run_matlab_command.sh";

0 commit comments

Comments
 (0)