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=.