From 6e669ff0fe0501b2fbccf65cb9dbb3f611f576a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aljoscha=20Z=C3=B6ller?= Date: Sun, 9 Jun 2024 11:03:37 +0200 Subject: [PATCH] Update sonar-project properties file The sonar.javascript.lcov.reportPath property has been updated to sonar.javascript.lcov.reportPaths in the sonar-project.properties file. This adjustment ensures that the property name is in sync with the latest version of SonarQube which expects the latter. --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 4ee5ebf..73c63b7 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -12,4 +12,4 @@ sonar.sources=./frontend/src # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8 -sonar.javascript.lcov.reportPath=./frontend/coverage/lcov.info \ No newline at end of file +sonar.javascript.lcov.reportPaths=./frontend/coverage/lcov.info \ No newline at end of file