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 fc9f82e commit 52c5ebaCopy full SHA for 52c5eba
.github/workflows/python-app.yml
@@ -27,7 +27,7 @@ jobs:
27
run: pixi run -e ${{ matrix.environment }} test
28
29
- name: Upload coverage reports to Codecov
30
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.3.1
31
with:
32
token: ${{ secrets.CODECOV_TOKEN }}
33
slug: scikit-learn-contrib/project-template
0 commit comments