diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index 4eaf86a..76d9d62 100644 --- a/.github/workflows/python_ci.yml +++ b/.github/workflows/python_ci.yml @@ -103,6 +103,7 @@ jobs: - name: Add coverage reports if: ${{ github.event_name == 'pull_request' }} + continue-on-error: true uses: MishaKav/pytest-coverage-comment@main with: pytest-xml-coverage-path: ./reports/coverage.xml