We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad9cea commit 49e0bebCopy full SHA for 49e0beb
1 file changed
sonar-project.properties
@@ -0,0 +1,9 @@
1
+sonar.projectKey=phenixphp_sqlite
2
+sonar.organization=phenixphp
3
+sonar.sources=src
4
+sonar.tests=tests
5
+sonar.php.coverage.reportPaths=build/logs/clover.xml
6
+sonar.php.tests.reportPath=build/report.junit.xml
7
+sonar.exclusions=vendor/**, .vscode/**
8
+sonar.links.ci=https://github.com/phenixphp/sqlite/actions
9
+sonar.links.issue=https://github.com/phenixphp/sqlite/issues
0 commit comments