Skip to content

Commit c1bf558

Browse files
committed
Change order of ci flow
1 parent cc6e673 commit c1bf558

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,15 @@ jobs:
154154
run: | # we need a separate step because of the bash-specific if-statement in the previous one.
155155
pytest -n 4 --durations=20 --dist load -sv --reruns 5 --reruns-delay 1 -m "not uses_test_server"
156156
157+
- name: Upload coverage
158+
if: matrix.code-cov && always()
159+
uses: codecov/codecov-action@v4
160+
with:
161+
files: coverage.xml
162+
token: ${{ secrets.CODECOV_TOKEN }}
163+
fail_ci_if_error: true
164+
verbose: true
165+
157166
- name: Cleanup Docker setup
158167
if: always()
159168
shell: bash
@@ -173,15 +182,6 @@ jobs:
173182
exit 1
174183
fi
175184
176-
- name: Upload coverage
177-
if: matrix.code-cov && always()
178-
uses: codecov/codecov-action@v4
179-
with:
180-
files: coverage.xml
181-
token: ${{ secrets.CODECOV_TOKEN }}
182-
fail_ci_if_error: true
183-
verbose: true
184-
185185
dummy_windows_py_sk024:
186186
name: (windows-latest, Py, sk0.24.*, sk-only:false)
187187
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)