Skip to content

Commit bda6876

Browse files
committed
SonarCloud coverage 3
1 parent e9f8534 commit bda6876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
run: |
2424
pip install uv
2525
uv sync --frozen
26-
uv pip install --system pytest pytest-cov
26+
uv pip install --system pytest pytest-cov pytest-django
2727
- name: Run tests with coverage
2828
env:
2929
DJANGO_SETTINGS_MODULE: task_manager.settings
3030
run: |
31+
mkdir -p reports
3132
pytest --ds=task_manager.settings --cov=task_manager --cov-report=xml:coverage.xml --junitxml=reports/junit.xml
3233
- name: SonarCloud Scan
3334
uses: SonarSource/sonarcloud-github-action@v2

0 commit comments

Comments
 (0)