Skip to content

Commit 9d4b154

Browse files
committed
ci: debug coverage summary
1 parent 41472b6 commit 9d4b154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ jobs:
388388
PYTHON_VERSION: ${{ matrix.python-version }}
389389
run: |
390390
echo "## Python ${PYTHON_VERSION} Coverage" >> $GITHUB_STEP_SUMMARY
391+
cat coverage/.coverage.${PYTHON_VERSION}
391392
poetry run coverage report --data-file=coverage/.coverage.${PYTHON_VERSION} --format=markdown >> $GITHUB_STEP_SUMMARY
392393
audit-prod:
393394
name: Audit - Production

0 commit comments

Comments
 (0)