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 7444678 commit fb9b125Copy full SHA for fb9b125
.github/workflows/ci.yaml
@@ -41,11 +41,14 @@ jobs:
41
integration: ${{ matrix.python-version == '3.11' }}
42
43
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 }}
+ needs:
+ - test
+ - validate
+ steps:
+ - uses: codecov/codecov-action@v3
49
+ - name: Upload coverage reports to Codecov
50
+ env:
51
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
52
53
test-platform-compat:
54
if: github.event_name == 'push'
0 commit comments