Skip to content

Commit 4a51086

Browse files
committed
switched order
1 parent 570f7d4 commit 4a51086

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@ jobs:
9494
token: ${{ secrets.CODECOV_TOKEN }}
9595
fail_ci_if_error: false
9696

97+
- name: Upload coverage results to Codecov
98+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
99+
uses: codecov/codecov-action@v4
100+
with:
101+
token: ${{ secrets.CODECOV_TOKEN }}
102+
fail_ci_if_error: false
103+
97104
- name: Upload coverage as artifact
98105
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
99106
uses: actions/upload-artifact@v4
100107
with:
101108
name: coverage
102109
path: coverage.xml
103110
overwrite: true
104-
105-
- name: Upload coverage results to Codecov
106-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
107-
uses: codecov/codecov-action@v4
108-
with:
109-
token: ${{ secrets.CODECOV_TOKEN }}
110-
fail_ci_if_error: false

0 commit comments

Comments
 (0)