From: Wouter Admiraal Date: Mon, 13 Jan 2020 09:41:39 +0000 (+0100) Subject: SONAR-12888 Migrate sonar.typescript.lcov.reportPaths to sonar.javascript.lcov.report... X-Git-Tag: 8.2.0.32929~222 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e292839ab8e07dda4fd8c41c35ad447f6fe80889;p=sonarqube.git SONAR-12888 Migrate sonar.typescript.lcov.reportPaths to sonar.javascript.lcov.reportPaths --- diff --git a/server/sonar-web/build.gradle b/server/sonar-web/build.gradle index 8b263be253c..1a0b4e76deb 100644 --- a/server/sonar-web/build.gradle +++ b/server/sonar-web/build.gradle @@ -6,7 +6,7 @@ sonarqube { property "sonar.test.inclusions", "src/main/js/**/__tests__/**" property "sonar.exclusions", "src/main/js/**/__tests__/**" property "sonar.eslint.reportPaths", "eslint-report.json" - property "sonar.typescript.lcov.reportPaths", "coverage/lcov.info" + property "sonar.javascript.lcov.reportPaths", "coverage/lcov.info" } }