Skip to content

Commit ef68d5a

Browse files
committed
ci: clean up debugging output and rename coverage path in GH workflow
1 parent 919c6f5 commit ef68d5a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
run: |
4141
ENV_SUFFIX=$(echo "${{ matrix.python-version }}" | tr -d '.')
4242
tox -e py${ENV_SUFFIX}
43-
pwd
44-
ls -la
4543
4644
- name: Upload coverage data
4745
if: always()
@@ -81,4 +79,4 @@ jobs:
8179
uses: actions/upload-artifact@v6
8280
with:
8381
name: html-report
84-
path: htmlcov
82+
path: coverage-html

0 commit comments

Comments
 (0)