diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..8dcf6b6 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,9 @@ +sonar.projectKey=tyutyutyu_msps +sonar.organization=tyutyutyu + +sonar.python.version=3 +sonar.sources=src +sonar.dynamicAnalysis=reuseReports +; sonar.core.codeCoveragePlugin=coverage +; sonar.python.coverage.reportPaths=*coverage*.xml +; sonar.python.xunit.reportPath=xunit-result*.xml