We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e511ddb commit 787ceb7Copy full SHA for 787ceb7
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
run: pixi run -e ${{ matrix.environment }} tests -n 3
50
51
- name: Upload coverage reports to Codecov
52
- uses: codecov/[email protected].1
+ uses: codecov/[email protected].2
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
55
slug: scikit-learn-contrib/imbalanced-learn
0 commit comments