1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

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

View File

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