Skip to content

Commit 4540b2d

Browse files
committed
Add some debugging
1 parent afff3e5 commit 4540b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
id: get-coverage-files
3838
run: |
3939
FILES=$(find ./wheelhouse -type f -name 'coverage*' -printf '%p ')
40+
echo "Found coverage files: $FILES"
4041
echo "files=$FILES" >> $GITHUB_OUTPUT
4142
4243
- name: Coveralls

0 commit comments

Comments
 (0)