From 34531c65be850eae40458eb5f6e959cfb700444c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Guti=C3=A9rrez?= <34506328+sg-gs@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:45:22 +0100 Subject: [PATCH] feat: add coverage path for SonarCloud [skip ci] --- sonar-project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-project.properties b/sonar-project.properties index 402c215d5..8ff7c5dae 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1 +1,2 @@ sonar.cpd.exclusions=src/app/i18n/locales/*.json +sonar.javascript.lcov.reportPaths=./coverage/lcov.info