From 767eef635cf1a5d1d917da8f754479d00994ef87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Fri, 21 Aug 2020 16:13:04 +0200 Subject: [PATCH] Sonarcloud exclude tests --- .sonarcloud.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 31506853..4c10ebc4 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -1,6 +1,6 @@ # Path to sources #sonar.sources=. -#sonar.exclusions= +sonar.exclusions=tests #sonar.inclusions= # Path to tests