Skip to content

Commit 776bf38

Browse files
committed
ci: debug coverage summary
1 parent 41472b6 commit 776bf38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,9 @@ jobs:
388388
PYTHON_VERSION: ${{ matrix.python-version }}
389389
run: |
390390
echo "## Python ${PYTHON_VERSION} Coverage" >> $GITHUB_STEP_SUMMARY
391+
echo "coverage/.coverage.${PYTHON_VERSION}"
392+
ls -la coverage/
393+
cat coverage/.coverage.${PYTHON_VERSION}
391394
poetry run coverage report --data-file=coverage/.coverage.${PYTHON_VERSION} --format=markdown >> $GITHUB_STEP_SUMMARY
392395
audit-prod:
393396
name: Audit - Production

0 commit comments

Comments
 (0)