chore: attempt to exclude test and mock code from analysis

This commit is contained in:
Ferdinand Mütsch 2020-11-08 13:13:48 +01:00
parent 97e1fb27eb
commit e806e5455e
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
sonar.exclusions=**/*_test.go,.idea/**,.vscode/**,mocks/**
sonar.tests=.
sonar.go.coverage.reportPaths=coverage/coverage.out