From 611e4aab5f4c2ce7ecbef9473f20b14f894feb44 Mon Sep 17 00:00:00 2001 From: Guillaume Kulakowski Date: Tue, 19 Dec 2023 14:03:48 +0100 Subject: [PATCH] Create sonar-project.properties --- sonar-project.properties | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..06b5625 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,17 @@ +# Project informations +sonar.organization=llaumgui-github +sonar.projectKey=llaumgui-github:junit-xml +sonar.projectName=junit-xml +sonar.version=1.0.0 + +# Project URLs +sonar.links.homepage=https://github.com/llaumgui/JunitXml +sonar.links.ci=https://github.com/llaumgui/JunitXml/actions +sonar.links.scm=https://github.com/llaumgui/JunitXml +sonar.links.issue=https://github.com/llaumgui/JunitXml/issues + +# Properties that will be shared amongst all modules +sonar.sources=src +sonar.tests=tests +sonar.php.tests.reportPath=./build/reports/phpunit.xml +sonar.php.coverage.reportPaths=./build/reports/phpunit.coverage.xml