sonar.projectKey=ionos-cloud_cluster-api-provider-proxmox sonar.organization=ionos-cloud # Source and test files are in the same directories sonar.sources=. sonar.tests=. # Include test files in test scope sonar.test.inclusions=test/**,**/*_test.go # Exclude autogenerated test files from test scope sonar.test.exclusions=**/mock_*.go # Exclude test and autogenerated files from source scope sonar.exclusions=test/**,**/*_test.go,**/mock_*.go,**/zz_generated*.go,templates/crs/cni/** sonar.go.coverage.reportPaths=cover.out