fixed sources detection

This commit is contained in:
Martin Riedl 2021-07-25 20:32:56 +02:00
parent 78a018b4f6
commit e491412f07
Signed by: martinr92
GPG key ID: FB68DA65516A804C

View file

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