We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bd96a commit e3fabecCopy full SHA for e3fabec
.github/workflows/build.yml
@@ -51,6 +51,6 @@ jobs:
51
python -m pytest --pyargs quantile_forest --cov=quantile_forest
52
53
- name: Upload coverage reports to Codecov
54
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
55
with:
56
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments