We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afff3e5 commit 4540b2dCopy full SHA for 4540b2d
.github/workflows/build.yml
@@ -37,6 +37,7 @@ jobs:
37
id: get-coverage-files
38
run: |
39
FILES=$(find ./wheelhouse -type f -name 'coverage*' -printf '%p ')
40
+ echo "Found coverage files: $FILES"
41
echo "files=$FILES" >> $GITHUB_OUTPUT
42
43
- name: Coveralls
0 commit comments