Skip to content

Commit 7feaa95

Browse files
committed
ci: simplify debugging output in GH workflow - 3
1 parent 212f5ee commit 7feaa95

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
ENV_SUFFIX=$(echo "${{ matrix.python-version }}" | tr -d '.')
4242
tox -e py${ENV_SUFFIX}
4343
pwd
44-
ls -l
45-
env:
46-
# Set the COVERAGE_FILE environment variable for coverage.py
47-
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
44+
ls -la
4845
4946
- name: Upload coverage data
5047
if: always()

0 commit comments

Comments
 (0)