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 a9503fb commit ea4bf70Copy full SHA for ea4bf70
.github/workflows/test.yml
@@ -59,6 +59,7 @@ jobs:
59
- name: Test (pytest)
60
run: uv run pytest --verbose --cov=./django_elastipymemcache --cov-report=xml
61
- name: Upload test results to Codecov
62
+ if: ${{ matrix.python-version == '3.14' && matrix.django-version == '5.2' }}
63
uses: codecov/codecov-action@v5
64
with:
65
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments