Skip to content

Commit 81c6056

Browse files
committed
Debug coverage files not being uploaded.
1 parent b490d9f commit 81c6056

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
if: steps.setup-python.outcome == 'success'
7474
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7575

76+
- name: (Debug) show file structure
77+
id: show
78+
run: ls -hal | grep .coverage
79+
continue-on-error: true
80+
7681
- name: "Upload Coverage 🚀"
7782
uses: actions/upload-artifact@v4
7883
if: ${{ always() && steps.setup-python.outcome == 'success' }}

0 commit comments

Comments
 (0)