fix: github tests

This commit is contained in:
2026-03-19 17:43:55 +01:00
parent ea6bf9026b
commit 6c98d38a93
3 changed files with 6 additions and 33 deletions
+2 -2
View File
@@ -15,12 +15,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Setup dependencies
run: pip install -r requirements.test.txt
run: pip install uv && uv pip install -r pyproject.toml
- name: Run tests
env:
DJANGO_SETTINGS_MODULE: config.settings
DEBUG: True
run: pytest --cov --junitxml=junit.xml -o junit_family=legacy && coverage xml
run: uv run pytest --cov --junitxml=junit.xml -o junit_family=legacy && coverage xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with: