-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathaction.yml
More file actions
99 lines (98 loc) · 2.56 KB
/
Copy pathaction.yml
File metadata and controls
99 lines (98 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Copyright 2020-2026 The MathWorks, Inc.
name: Run MATLAB Tests
description: >-
Run MATLAB and Simulink tests and generate artifacts
inputs:
source-folder:
description: >-
Location of the folder containing source code
required: false
default: ""
strict:
description: >
Whether to apply strict checks when running the tests.
required: false
default: false
use-parallel:
description: >-
Whether to run tests in parallel
required: false
default: false
output-detail:
description: >
Display level for event details produced by the test run
required: false
default: ""
logging-level:
description: >
Maximum verbosity level for logged diagnostics included for the test run
required: false
default: ""
select-by-folder:
description: >-
Location of the folder containing test files
required: false
default: ""
select-by-tag:
description: >-
Test tag used to select test suite elements
required: false
default: ""
test-results-pdf:
description: >-
File path to write test results in PDF format
required: false
default: ""
test-results-html:
description: >-
Folder path to write test results in HTML format
required: false
default: ""
test-results-junit:
description: >-
File path to write test results in JUnit-style XML format
required: false
default: ""
test-results-simulink-test:
description: >-
File path to export Simulink Test Manager results in MLDATX format
required: false
default: ""
code-coverage-cobertura:
description: >-
File path to write code coverage results in Cobertura XML format
required: false
default: ""
code-coverage-html:
description: >-
Folder path to write code coverage results in HTML format
required: false
default: ""
model-coverage-cobertura:
description: >-
File path to write model coverage results in Cobertura XML format
required: false
default: ""
model-coverage-html:
description: >-
Folder path to write model coverage results in HTML format
required: false
default: ""
startup-options:
description: >-
Startup options for MATLAB
required: false
default: ""
generate-summary:
description: >-
Option to generate a summary for the GitHub job summary
required: false
default: true
code-coverage-metrics:
description: >-
Code coverage metrics to collect
required: false
default: auto
runs:
using: node24
main: dist/index.js