Skip to content

Commit 2902636

Browse files
committed
test
1 parent 9facff2 commit 2902636

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/bat.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
with:
4747
source-folder: sample
4848
startup-options: -logfile output.log
49-
code-coverage-html: test-results/coverageHTML
5049
- name: Verify option application
5150
run: |
5251
set -e
@@ -145,3 +144,11 @@ jobs:
145144
with:
146145
source-folder: sample
147146
code-coverage-metric-level: mcdc
147+
startup-options: -logfile test.log
148+
- name: Verify coverage view is shown for Test Case 3
149+
run: |
150+
echo "test.log:"
151+
cat test.log
152+
echo "grep"
153+
grep "Coverage Summary" test.log
154+
shell: bash

0 commit comments

Comments
 (0)