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 a5f2b5b commit e05fa47Copy full SHA for e05fa47
.github/workflows/ci-scikit-learn.yml
@@ -57,6 +57,7 @@ jobs:
57
run: ./run_tests.sh ${{ matrix.framework }}
58
- name: Upload coverage to Codecov
59
uses: codecov/codecov-action@v4
60
+ env:
61
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
62
with:
63
fail_ci_if_error: true
- token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments