actions-marketplace-validations/Run MATLAB Tests
Run MATLAB and Simulink tests and generate artifacts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 12, 2026
- License
- BSD
Pinned Snippet
uses: actions-marketplace-validations/matlab-actions_run-tests@fdb37660d077fb0f322770cee337dfdbae03d7c5 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source-folder | Location of the folder containing source code | no | "" |
| strict | Whether to apply strict checks when running the tests. | no | false |
| use-parallel | Whether to run tests in parallel | no | false |
| output-detail | Display level for event details produced by the test run | no | "" |
| logging-level | Maximum verbosity level for logged diagnostics included for the test run | no | "" |
| select-by-folder | Location of the folder containing test files | no | "" |
| select-by-tag | Test tag used to select test suite elements | no | "" |
| test-results-pdf | File path to write test results in PDF format | no | "" |
| test-results-html | Folder path to write test results in HTML format | no | "" |
| test-results-junit | File path to write test results in JUnit-style XML format | no | "" |
| test-results-simulink-test | File path to export Simulink Test Manager results in MLDATX format | no | "" |
| code-coverage-cobertura | File path to write code coverage results in Cobertura XML format | no | "" |
| code-coverage-html | Folder path to write code coverage results in HTML format | no | "" |
| model-coverage-cobertura | File path to write model coverage results in Cobertura XML format | no | "" |
| model-coverage-html | Folder path to write model coverage results in HTML format | no | "" |
| startup-options | Startup options for MATLAB | no | "" |
Outputs
no outputs