Skip to content

Commit aff0d80

Browse files
committed
commit
1 parent 3b24926 commit aff0d80

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/bat.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,11 @@ jobs:
115115
name: built-action
116116
- name: Perform 'setup-matlab' without MATLAB Test
117117
uses: matlab-actions/setup-matlab@v3
118+
with:
119+
products: |
120+
MATLAB_Test
118121
- name: Run MATLAB Tests
119122
uses: ./
120123
with:
121124
source-folder: sample
122-
code-coverage-metric-level: mcdc
125+
code-coverage-metric-level: statement

0 commit comments

Comments
 (0)