From 5a36147a1158f1112179d1dee26eb1eef2671ea2 Mon Sep 17 00:00:00 2001 From: Reinder Kraaij <kraaij@astron.nl> Date: Sun, 21 Jul 2024 18:01:07 +0200 Subject: [PATCH] working --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 0c33894..f392b58 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=astr0n sonar.sources=lib sonar.tests=lib/__tests__ sonar.javascript.lcov.reportPaths=coverage/lcov.info -sonar.exclusions=src/__tests__/**/* +sonar.exclusions=lib/__tests__/**/* # This is the name and version displayed in the SonarCloud UI. #sonar.projectName=Telescope Specification Models #sonar.projectVersion=1.0 -- GitLab