From 7aad45a54f18251548ce67622112e531714e4b18 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Thu, 29 Jun 2023 14:14:47 +0200 Subject: [PATCH] Need to exclude tests from sources. --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 0136118..a2806c8 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -5,6 +5,6 @@ sonar.organization=philnash # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src sonar.exclusions=src/test -sonar.tests=src/test +sonar.tests=src/test/**/* sonar.language=ts sonar.javascript.coverage.reportPaths=coverage/lcov.info \ No newline at end of file