You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
sonar.projectKey=tools.fedi.relay
|
|
sonar.projectName=FediTools Relay
|
|
|
|
sonar.sources=.
|
|
sonar.exclusions=**/*_test.go
|
|
|
|
sonar.tests=.
|
|
sonar.test.inclusions=**/*_test.go
|
|
|
|
sonar.go.tests.reportPaths=test-report.out
|
|
sonar.go.coverage.reportPaths=coverage.out |