From efdbce8c48dbf899c1a21f4dc78b1f03cd8153f3 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Thu, 9 May 2024 13:38:02 -0400 Subject: [PATCH] [BUGFIX] sonarcloud coverage. Exclusions added to test files. --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index b55433eb..104a2b8a 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -8,7 +8,7 @@ sonar.organization=sir-gon # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src -sonar.exclusions=**/*.json +sonar.exclusions=**/*.json,**/*.test.ts,src/logger.ts # Encoding of the source code. Default is default system encoding sonar.sourceEncoding=UTF-8