We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf0f92 commit cf5b423Copy full SHA for cf5b423
1 file changed
.github/workflows/github-actions.yml
@@ -156,7 +156,10 @@ jobs:
156
run: ./test.sh report coverage.stumpy.xml
157
shell: bash
158
- name: List Reports
159
- run: ls
+ run: ls *xml
160
+ shell: bash
161
+ - name: Show Reports
162
+ run: head coverage.stumpy.xml
163
164
- name: Upload Coverage Tests Results
165
uses: codecov/codecov-action@v4
0 commit comments