stonesql/sonar-project.properties
Rene Nochebuena ff1fc8ca0c
All checks were successful
Go CI/CD / go-ci (push) Successful in 19m9s
Release v1.0.0 (#2)
Reviewed-on: #2
Reviewed-by: Cloud Administrator <cloud-admin@noreply.gitstormr.dev>
Co-authored-by: Rene Nochebuena <code-raider@noreply.gitstormr.dev>
Co-committed-by: Rene Nochebuena <code-raider@noreply.gitstormr.dev>
2025-04-13 11:34:45 -06:00

10 lines
328 B
INI

sonar.projectKey=9abe63b7-edeb-482a-ac71-9f4afb2947b1
sonar.projectName=stone-utils/stonesql
sonar.language=go
sonar.sources=.
sonar.exclusions=**/*_test.go, test/**
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.tests.reportPaths=test-report.out
sonar.go.coverage.reportPaths=coverage.out
sonar.qualitygate.wait=true