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 48698c8 commit 4fe0d11Copy full SHA for 4fe0d11
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
- uses: astral-sh/setup-uv@v7
60
with:
61
python-version: ${{ matrix.python-version }}
62
- - run: uv run --with Django~=${{ matrix.django-version }}.0 pytest -m "not selenium"
+ - run: uv run --with Django~=${{ matrix.django-version }}.0 pytest --cov-report=xml -m "not selenium"
63
- uses: codecov/codecov-action@v5
64
Selenium:
65
needs:
@@ -72,5 +72,5 @@ jobs:
72
curl -LsSfO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
73
sudo dpkg -i google-chrome-stable_current_amd64.deb || sudo apt-get -f install -y
74
75
- - run: uv run pytest -m selenium
+ - run: uv run pytest --cov-report=xml -m selenium
76
0 commit comments