ci: update SonarQube action configuration
SonarQube Scan / SonarQube Trigger (push) Successful in 2m2s

This commit is contained in:
2026-01-22 22:05:02 +07:00
parent 5bed32bda3
commit 4cef941563
3 changed files with 7 additions and 3 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
sonar.projectKey=tunnel-please
sonar.go.coverage.reportPaths=coverage
sonar.test.inclusions=**/*_test.go
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**
sonar.exclusions=**/*_test.go,**/vendor/**
sonar.go.tests.reportPaths=test-results.json