Skip to content

Commit fb9b125

Browse files
committed
ci: attempts to fix codecov ci
1 parent 7444678 commit fb9b125

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ jobs:
4141
integration: ${{ matrix.python-version == '3.11' }}
4242

4343
upload-coverage:
44-
needs: test
45-
name: Upload coverage reports to Codecov
46-
uses: codecov/codecov-action@v3
47-
env:
48-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
44+
needs:
45+
- test
46+
- validate
47+
steps:
48+
- uses: codecov/codecov-action@v3
49+
- name: Upload coverage reports to Codecov
50+
env:
51+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4952

5053
test-platform-compat:
5154
if: github.event_name == 'push'

0 commit comments

Comments
 (0)