From 106ac988cea63a436ca6aa3b57bdabc727e0c43b Mon Sep 17 00:00:00 2001 From: Dca Date: Sat, 12 Aug 2023 22:52:37 +0800 Subject: [PATCH] feat: Add reportPaths for coverage --- pokedex-for-kids-web/sonar-project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/pokedex-for-kids-web/sonar-project.properties b/pokedex-for-kids-web/sonar-project.properties index b4cef6f..ef95719 100644 --- a/pokedex-for-kids-web/sonar-project.properties +++ b/pokedex-for-kids-web/sonar-project.properties @@ -8,6 +8,7 @@ sonar.organization=dca # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. #sonar.sources=. +sonar.javascript.lcov.reportPaths=./coverage/lcov.info # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8 \ No newline at end of file