diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..23af24f --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,8 @@ +sonar.projectKey=chevere_sql-parser +sonar.organization=chevere +sonar.host.url=https://sonarcloud.io +sonar.sourceEncoding=UTF-8 +sonar.sources=src +sonar.tests=tests +sonar.php.tests.reportPath=build/logs/junit.xml +sonar.php.coverage.reportPaths=build/logs/clover.xml