Skip to content

Commit 1c00617

Browse files
committed
fix workflow
1 parent a9d2e42 commit 1c00617

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/bat.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,10 @@ jobs:
116116
name: built-action
117117
- name: Perform 'setup-matlab' without MATLAB Test
118118
uses: matlab-actions/setup-matlab@v3
119-
- name: Run MATLAB Tests without MATLAB Test # Test Case 1: Without MATLAB Test, no view is shown
119+
- name: Run MATLAB Tests without MATLAB Test # Test Case 1: Without MATLAB Test, statement coverage view is shown
120120
uses: ./
121121
with:
122122
source-folder: sample
123-
code-coverage-metrics: mcdc
124123
- name: Perform 'setup-matlab' with MATLAB Test
125124
uses: matlab-actions/setup-matlab@v3
126125
with:
@@ -146,8 +145,8 @@ jobs:
146145
uses: ./
147146
with:
148147
source-folder: sample
149-
code-coverage-metrics: statement
150-
- name: Run MATLAB Tests with default metrics # Test Case 4: With MATLAB Test, and no code-coverage-metrics option ('auto' default), view is shown.
148+
code-coverage-metrics: decision
149+
- name: Run MATLAB Tests with default metrics # Test Case 4: With MATLAB Test, and no code-coverage-metrics option ('auto' default), mcdc view is shown.
151150
uses: ./
152151
with:
153152
source-folder: sample

0 commit comments

Comments
 (0)