Update project name in sonar configuration #5

Merged
Cloud Administrator merged 15 commits from release/v1.0.0 into main 2025-04-13 11:46:19 -06:00
Showing only changes of commit b66a17197e - Show all commits

View File

@ -5,4 +5,6 @@ sonar.sources=.
sonar.exclusions=**/*_test.go sonar.exclusions=**/*_test.go
sonar.tests=. sonar.tests=.
sonar.test.inclusions=**/*_test.go sonar.test.inclusions=**/*_test.go
sonar.go.tests.reportPaths=test-report.out
sonar.go.coverage.reportPaths=coverage.out
sonar.qualitygate.wait=true sonar.qualitygate.wait=true