We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59798d2 commit de441b6Copy full SHA for de441b6
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
- run: python -m pip install Django~="${{ matrix.django-version }}.0"
84
- run: python -m pip install -e .[test]
85
- run: python -m pytest -m "not selenium"
86
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
87
88
Selenium:
89
needs:
@@ -109,4 +109,4 @@ jobs:
109
- run: python -m pip install Django
110
- run: python -m pip install -e .[test,selenium]
111
- run: python -m pytest -m selenium
112
0 commit comments