diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 43aee41b..d00bc0bf 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -85,7 +85,7 @@ jobs: run: poetry install --no-interaction --no-ansi - name: Run pytest - run: make test + run: make test | tee pytest-coverage.txt && exit ${PIPESTATUS[0]} - name: Pytest coverage comment if: matrix.python-version == '3.11'