| Add tests
Some checks failed
SonarQube Code Quality Scan / SonarQube Scan (push) Failing after 2m37s

This commit is contained in:
2026-06-03 18:53:24 +03:00
parent 363ee732b4
commit 93f5239ef7
11 changed files with 1045 additions and 0 deletions

View File

@@ -2,3 +2,15 @@ sonar.projectKey=Tunetti
sonar.projectName=Tunetti
sonar.sources=.
sonar.language=py
sonar.sourceEncoding=UTF-8
# Test directories & coverage
sonar.tests=tests
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.xunit.reportPath=pytest-report.xml
sonar.test.exclusions=tests/**
# Exclude generated / third-party code
sonar.exclusions=.venv/**,docs/**,.gitea/**,__pycache__/**,*.pyc
sonar.python.pylint.reportPaths=
sonar.python.bandit.reportPaths=