There was an error while loading. Please reload this page.
1 parent 3b24926 commit aff0d80Copy full SHA for aff0d80
1 file changed
.github/workflows/bat.yml
@@ -115,8 +115,11 @@ jobs:
115
name: built-action
116
- name: Perform 'setup-matlab' without MATLAB Test
117
uses: matlab-actions/setup-matlab@v3
118
+ with:
119
+ products: |
120
+ MATLAB_Test
121
- name: Run MATLAB Tests
122
uses: ./
123
with:
124
source-folder: sample
- code-coverage-metric-level: mcdc
125
+ code-coverage-metric-level: statement
0 commit comments