chore: configure sonarcloud
This commit is contained in:
parent
91410fbe43
commit
67018bf0eb
1 changed files with 10 additions and 0 deletions
10
sonar-project.properties
Normal file
10
sonar-project.properties
Normal file
|
@ -0,0 +1,10 @@
|
|||
sonar.organization=hipages
|
||||
sonar.projectKey=php-fpm_exporter
|
||||
|
||||
sonar.sources=.
|
||||
sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*
|
||||
|
||||
sonar.tests=.
|
||||
sonar.test.inclusions=**/*_test.go
|
||||
sonar.test.exclusions=**/vendor/**
|
||||
sonar.go.coverage.reportPaths=.cover/cover.out
|
Loading…
Reference in a new issue