Skip to content

Commit 51ed53e

Browse files
committed
Minor change
1 parent b8710cf commit 51ed53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
pattern: coverage-data-*
209209
merge-multiple: true
210210
- name: Combine Coverage Files and Fail If Under 100%
211-
run: ./test.sh combine*
211+
run: ./test.sh combine
212212
shell: bash
213213
- name: Generate Coverage Report
214214
run: ./test.sh report coverage.stumpy.json

0 commit comments

Comments
 (0)