From 5650b67c36e4e83fab34aecaa90aa1d0973bbeb0 Mon Sep 17 00:00:00 2001 From: "tom.ryser" <tom.ryser@etu.hesge.ch> Date: Sat, 8 Mar 2025 14:58:28 +0100 Subject: [PATCH] test_1 sonar-project.properties for helloworld --- microservices/helloworld/sonar-project.properties | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 microservices/helloworld/sonar-project.properties diff --git a/microservices/helloworld/sonar-project.properties b/microservices/helloworld/sonar-project.properties new file mode 100644 index 00000000..168984c6 --- /dev/null +++ b/microservices/helloworld/sonar-project.properties @@ -0,0 +1,11 @@ +sonar.projectKey=helloworld +sonar.projectName=Helloworld Microservice +sonar.projectVersion=1.0-SNAPSHOT +sonar.sources=src +sonar.tests=test +sonar.language=ts +sonar.typescript.tsconfigPath=tsconfig.json +sonar.sourceEncoding=UTF-8 +sonar.exclusions=node_modules/**,target/**,prisma/migrations/** +sonar.test.inclusions=**/*.test.ts +sonar.typescript.lcov.reportPaths=coverage/lcov.info \ No newline at end of file -- GitLab