We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1f6ae commit aa8edcdCopy full SHA for aa8edcd
sonar-project.properties
@@ -1,9 +1,9 @@
1
-sonar.projectKey=barbosa89_phenix
2
-sonar.organization=barbosa89
+sonar.projectKey=phenixphp_framework
+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/barbosa89/phenix/actions
9
-sonar.links.issue=https://github.com/barbosa89/phenix/issues
+sonar.links.ci=https://github.com/phenixphp/framework/actions
+sonar.links.issue=https://github.com/phenixphp/framework/issues
0 commit comments