matlab-actions/Run MATLAB Tests
Run MATLAB and Simulink tests and generate artifacts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 | "" |
| generate-summary | Option to generate a summary for the GitHub job summary | no | true |
| code-coverage-metric-level | Level of coverage metrics to collect | no | mcdc |
Outputs
no outputs