From ab5651ff2eee34e4c06f9b57e93a1619ffd1bccd Mon Sep 17 00:00:00 2001 From: Reinder Kraaij <kraaij@astron.nl> Date: Sun, 21 Jul 2024 17:56:55 +0200 Subject: [PATCH] dont do twice --- sonar-project.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sonar-project.properties b/sonar-project.properties index c128dbd..5c4438e 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,6 +3,8 @@ sonar.organization=astr0n sonar.sources=lib sonar.tests=lib/__tests__ sonar.javascript.lcov.reportPaths=coverage/lcov.info +sonar.exclusions=src/__tests__/**/* +sonar.javascript.lcov.reportPaths=coverage/lcov.info # This is the name and version displayed in the SonarCloud UI. #sonar.projectName=Telescope Specification Models #sonar.projectVersion=1.0 -- GitLab