diff --git a/.github/workflows/test-integrations-common.yml b/.github/workflows/test-integrations-common.yml index 5ac65c327f..22c613720a 100644 --- a/.github/workflows/test-integrations-common.yml +++ b/.github/workflows/test-integrations-common.yml @@ -64,7 +64,7 @@ jobs: if: ${{ !cancelled() && matrix.python-version != '3.6' }} run: | coverage combine .coverage-sentry-* - coverage xml + coverage xml --debug=sys,core - name: Upload coverage to Codecov if: ${{ !cancelled() }} uses: codecov/codecov-action@v5.5.1