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