joergbrech/MOxUnit Action
Run unittests for Matlab/Octave using MOxUnit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tests | directory containing the MOxUnit test cases | — | — |
| src | directory of the source code | — | — |
| log_file | store the output in file output | — | — |
| doc_tests | run documentation tests with MOdoc | — | — |
| with_coverage | set to true to record coverage using MOCov | — | — |
| cover_xml_file | store coverage XML output in file | — | — |
| cover_html_dir | store coverage HTML output in directory | — | — |
| cover_junit_xml_file | store test results in junit XML file | — | — |
| cover_json_file | store coverage report in json file for processing by coveralls.io | — | — |
| data | directory containing the test data | — | — |
| pkg | list of Octave packages to load (image, io, optim, parallel, statistics, struct) | — | — |
| ext | other directories e.g. external dependencies | — | — |
| working_directory | relative path to an optional working directory under the github workspace | — | — |
Outputs
no outputs