Skip to content

Commit aa8edcd

Browse files
committed
ci: update sonarcloud properties
1 parent 7c1f6ae commit aa8edcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sonar-project.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
sonar.projectKey=barbosa89_phenix
2-
sonar.organization=barbosa89
1+
sonar.projectKey=phenixphp_framework
2+
sonar.organization=phenixphp
33
sonar.sources=src
44
sonar.tests=tests
55
sonar.php.coverage.reportPaths=build/logs/clover.xml
66
sonar.php.tests.reportPath=build/report.junit.xml
77
sonar.exclusions=vendor/**, .vscode/**
8-
sonar.links.ci=https://github.com/barbosa89/phenix/actions
9-
sonar.links.issue=https://github.com/barbosa89/phenix/issues
8+
sonar.links.ci=https://github.com/phenixphp/framework/actions
9+
sonar.links.issue=https://github.com/phenixphp/framework/issues

0 commit comments

Comments
 (0)