We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b11aa commit 7bffa5bCopy full SHA for 7bffa5b
sonar-project.properties
@@ -5,7 +5,7 @@ sonar.links.ci=https://app.circleci.com/pipelines/github/instana/go-sensor
5
sonar.sourceEncoding=utf-8
6
sonar.sources=.
7
sonar.tests=.
8
-sonar.exclusions=example/*.go,example/**/*.go,**/example/*.go,**/**/example/*.go
+sonar.exclusions=eum.js,internal/bin/sql/sqlgen.go,example/*.go,example/**/*.go,**/example/*.go,**/**/example/*.go
9
sonar.test.inclusions=**/*_test.go,**/**/*_test.go,instrumentation/**/*_test.go
10
sonar.go.coverage.reportPaths=coverage.out,instrumentation/**/coverage.out
11
sonar.go.tests.reportPaths=coverage.json,instrumentation/**/coverage.json
0 commit comments