Skip to content

Commit 9f1b3e1

Browse files
committed
check files present
1 parent 022d37b commit 9f1b3e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ jobs:
166166
run: |
167167
# List the files to see what we have
168168
echo "Combining coverage files:"
169-
coverage combine --data-file=.coverage .coverage*
169+
ls -aR .coverage*
170+
coverage combine .coverage*
170171
# add -i to ignore code in ephemeral python files created in temporary
171172
# directories during tests; this will result in warnings in the report
172173
coverage report -i -m

0 commit comments

Comments
 (0)