Skip to content

Commit 90a4141

Browse files
author
Victor Bajada
committed
Remove Debug Statements
1 parent 0807437 commit 90a4141

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,6 @@ jobs:
9999
env:
100100
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
101101

102-
- name: Debug coverage files
103-
run: |
104-
echo "Looking for coverage files:"
105-
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!"
116-
echo "Working directory contents:"
117-
ls -la
118-
echo "Current path:"
119-
pwd
120-
121102
- name: Upload coverage data
122103
uses: actions/upload-artifact@v4
123104
with:

0 commit comments

Comments
 (0)