Skip to content

Commit 4c905fc

Browse files
committed
.
1 parent 1e43a10 commit 4c905fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-integrations-common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
- name: Generate coverage XML
6464
if: ${{ !cancelled() && matrix.python-version != '3.6' }}
6565
run: |
66-
coverage combine .coverage-sentry-* --debug=sys,core
67-
coverage xml
66+
coverage combine .coverage-sentry-*
67+
coverage xml --debug=sys,core
6868
- name: Upload coverage to Codecov
6969
if: ${{ !cancelled() }}
7070
uses: codecov/[email protected]

0 commit comments

Comments
 (0)