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

Commit d156e75

Browse files
authored
update Pipeline examples for sourceFolder
1 parent 799d44c commit d156e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONFIGDOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ node {
276276
| testResultsSimulinkTest | Path to export Simulink Test Manager results in MLDATX format (requires Simulink Test license and is supported in MATLAB R2019a or later).<br/>**Example:** `'test-results/results.mldatx'` |
277277
| codeCoverageCobertura | Path to write code coverage report in Cobertura XML format.<br/>**Example:** `'code-coverage/coverage.xml'` |
278278
| modelCoverageCobertura | Path to write model coverage report in Cobertura XML format (requires Simulink Coverage™ license and is supported in MATLAB R2018b or later).<br/>**Example:** `'model-coverage/coverage.xml'` |
279-
| sourceFolder | Locations of the folders containing source code, relative to the project root folder. The specified folders and their subfolders are added to the top of the MATLAB search path. To generate a coverage report, MATLAB uses only the source code in the specified folders and their subfolders. <br/>**Example:** `'source'`<br/>**Example:** `["src/folderA", "src/folderB"]` |
279+
| sourceFolder | Locations of the folders containing source code, relative to the project root folder. The specified folders and their subfolders are added to the top of the MATLAB search path. To generate a coverage report, MATLAB uses only the source code in the specified folders and their subfolders. <br/>**Example:** `['source']`<br/>**Example:** `['src/folderA', 'src/folderB']` |
280280

281281

282282
## Use MATLAB in Matrix Build

0 commit comments

Comments
 (0)