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 1e43a10 commit 4c905fcCopy full SHA for 4c905fc
.github/workflows/test-integrations-common.yml
@@ -63,8 +63,8 @@ jobs:
63
- name: Generate coverage XML
64
if: ${{ !cancelled() && matrix.python-version != '3.6' }}
65
run: |
66
- coverage combine .coverage-sentry-* --debug=sys,core
67
- coverage xml
+ coverage combine .coverage-sentry-*
+ coverage xml --debug=sys,core
68
- name: Upload coverage to Codecov
69
if: ${{ !cancelled() }}
70
uses: codecov/codecov-action@v5.5.1
0 commit comments