Skip to content

Commit 9facff2

Browse files
committed
test
1 parent 3d1af76 commit 9facff2

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/bat.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
with:
4747
source-folder: sample
4848
startup-options: -logfile output.log
49+
code-coverage-html: test-results/coverageHTML
4950
- name: Verify option application
5051
run: |
5152
set -e
@@ -139,12 +140,8 @@ jobs:
139140
use-parallel: true
140141
output-detail: Detailed
141142
logging-level: Detailed
142-
- name: Perform 'setup-matlab' with MATLAB Test
143-
uses: matlab-actions/setup-matlab@v3
144-
with:
145-
products: |
146-
MATLAB_Test
147143
- name: Run MATLAB Tests # Test Case 3: With MATLAB Test, and only code-coverage-metric-level option, view is shown.
148144
uses: ./
149145
with:
146+
source-folder: sample
150147
code-coverage-metric-level: mcdc

0 commit comments

Comments
 (0)