We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc310f4 + 2a2c181 commit 8157deaCopy full SHA for 8157dea
1 file changed
.github/workflows/testing-and-coverage.yml
@@ -41,7 +41,7 @@ jobs:
41
python3 -m pytest tests/ --cov=distclassipy --cov-report=xml
42
43
- name: Upload coverage report to codecov
44
- uses: codecov/codecov-action@v5.4.0
+ uses: codecov/codecov-action@v5.5.2
45
with:
46
token: ${{ secrets.CODECOV_TOKEN }}
47
slug: sidchaini/DistClassiPy
0 commit comments