Skip to content

Commit 1e2c02d

Browse files
committed
Minor change
1 parent a9d2601 commit 1e2c02d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,9 @@ jobs:
207207
with:
208208
pattern: coverage-data-*
209209
merge-multiple: true
210-
- name: Combine Coverage Files and Fail If Under 100%
210+
- name: Combine Coverage Files
211211
run: ./test.sh combine
212212
shell: bash
213-
- name: List Files
214-
run: ls
215-
shell: bash
216-
- name: Generate Coverage Report
217-
run: ./test.sh report coverage.html
213+
- name: Show Coverage Report
214+
run: ./test.sh report
218215
shell: bash

0 commit comments

Comments
 (0)