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.
2 parents 7716f1a + efe6623 commit 52417d2Copy full SHA for 52417d2
1 file changed
.github/workflows/tests.yml
@@ -56,7 +56,7 @@ jobs:
56
run: uv run pytest -v -rsx -n 2 --cov=segmentation_models_pytorch --cov-report=xml --cov-config=pyproject.toml --non-marked-only
57
58
- name: Upload coverage reports to Codecov
59
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
60
with:
61
token: ${{ secrets.CODECOV_TOKEN }}
62
slug: qubvel-org/segmentation_models.pytorch
0 commit comments