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 e9f8534 commit bda6876Copy full SHA for bda6876
.github/workflows/sonarcloud.yml
@@ -23,11 +23,12 @@ jobs:
23
run: |
24
pip install uv
25
uv sync --frozen
26
- uv pip install --system pytest pytest-cov
+ uv pip install --system pytest pytest-cov pytest-django
27
- name: Run tests with coverage
28
env:
29
DJANGO_SETTINGS_MODULE: task_manager.settings
30
31
+ mkdir -p reports
32
pytest --ds=task_manager.settings --cov=task_manager --cov-report=xml:coverage.xml --junitxml=reports/junit.xml
33
- name: SonarCloud Scan
34
uses: SonarSource/sonarcloud-github-action@v2
0 commit comments