php-fpm-exporter/sonar-project.properties
2020-03-11 23:54:45 +11:00

10 lines
268 B
INI

sonar.organization=hipages
sonar.projectKey=hipages_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.out