From e491412f079e90ad549e3b9cd077eb8a41dcbc1f Mon Sep 17 00:00:00 2001 From: Martin Riedl Date: Sun, 25 Jul 2021 20:32:56 +0200 Subject: [PATCH] fixed sources detection --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 302a358..85b076d 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,7 +6,7 @@ sonar.organization=martinr92 #sonar.projectVersion=1.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -#sonar.sources=. +sonar.sources=. sonar.exclusions=**/*_test.go,coverage.cov,coverage.html sonar.tests=.