You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ls -la .coverage* || echo "No .coverage files found"
106
-
echo "Coverage file that should exist: .coverage.${{ matrix.python-version }}"
107
-
test -f .coverage.${{ matrix.python-version }} && echo "Coverage file exists and is $(stat -c%s .coverage.${{ matrix.python-version }}) bytes" || echo "Coverage file does not exist"
108
-
109
-
- name: Final debug before upload
110
-
run: |
111
-
echo "Current directory: $(pwd)"
112
-
echo "Files right before upload:"
113
-
ls -la .coverage*
114
-
echo "File info:"
115
-
stat .coverage.${{ matrix.python-version }} || echo "File vanished!"
0 commit comments