There was an error while loading. Please reload this page.
1 parent 9facff2 commit 2902636Copy full SHA for 2902636
1 file changed
.github/workflows/bat.yml
@@ -46,7 +46,6 @@ jobs:
46
with:
47
source-folder: sample
48
startup-options: -logfile output.log
49
- code-coverage-html: test-results/coverageHTML
50
- name: Verify option application
51
run: |
52
set -e
@@ -145,3 +144,11 @@ jobs:
145
144
146
147
code-coverage-metric-level: mcdc
+ 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