Skip to content

Commit 22c1299

Browse files
committed
sonarcloud.yml fixed 5
1 parent b570a0c commit 22c1299

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
@@ -55,7 +55,8 @@ jobs:
5555
-Dsonar.organization=olyapka84
5656
-Dsonar.python.version=3.11
5757
-Dsonar.sources=task_manager
58-
-Dsonar.tests=task_manager/**/tests.py
58+
-Dsonar.tests=task_manager
59+
-Dsonar.test.inclusions=**/tests.py
5960
-Dsonar.exclusions=**/migrations/**,**/__pycache__/**,**/.venv/**,**/venv/**,manage.py
6061
-Dsonar.python.coverage.reportPaths=coverage.xml
6162
-Dsonar.python.xunit.reportPath=reports/junit.xml

0 commit comments

Comments
 (0)