We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41472b6 commit 53d6959Copy full SHA for 53d6959
.github/workflows/ci.yml
@@ -387,6 +387,7 @@ jobs:
387
env:
388
PYTHON_VERSION: ${{ matrix.python-version }}
389
run: |
390
+ set -euo pipefail
391
echo "## Python ${PYTHON_VERSION} Coverage" >> $GITHUB_STEP_SUMMARY
392
poetry run coverage report --data-file=coverage/.coverage.${PYTHON_VERSION} --format=markdown >> $GITHUB_STEP_SUMMARY
393
audit-prod:
0 commit comments