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 1c4d173 commit f012804Copy full SHA for f012804
.github/workflows/ci.yml
@@ -762,7 +762,7 @@ jobs:
762
run: python -m coverage combine
763
- name: Generate coverage report in xml format
764
run: python -m coverage xml
765
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
766
with:
767
fail_ci_if_error: ${{ github.event_name == 'push' }} # do not care about uploads in PR
768
token: ${{ secrets.CODECOV_TOKEN }} # this token is available at https://app.codecov.io/account/github/modin-project/
0 commit comments