File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 - uses : astral-sh/setup-uv@v7
5252 with :
5353 python-version : ${{ matrix.python-version }}
54- - run : uv run --with django~=${{ matrix.django-version }}.0 pytest
54+ - run : uv run --with django~=${{ matrix.django-version }}.0 pytest --cov-report=xml
5555 - uses : codecov/codecov-action@v5
5656 with :
5757 token : ${{ secrets.CODECOV_TOKEN }}
7070 - uses : actions/checkout@v6
7171 - run : sudo apt-get update && sudo apt-get install -y gettext
7272 - uses : astral-sh/setup-uv@v7
73- - run : uv run --extra wagtail --with wagtail~=${{ matrix.wagtail-version }}.0 --with django~=5.2.0 pytest
73+ - run : uv run --extra wagtail --with wagtail~=${{ matrix.wagtail-version }}.0 --with django~=5.2.0 pytest --cov-report=xml
7474 - uses : codecov/codecov-action@v5
7575 with :
7676 token : ${{ secrets.CODECOV_TOKEN }}
9797 PGUSER : django
9898 PGPASSWORD : django
9999 - uses : astral-sh/setup-uv@v7
100- - run : uv run --extra postgres pytest
100+ - run : uv run --extra postgres pytest --cov-report=xml
101101 env :
102102 DB_PORT : ${{ job.services.postgres.ports[5432] }}
103103 DB : pg
You can’t perform that action at this time.
0 commit comments