Files
cluster-api-provider-proxmox/sonar-project.properties
2024-01-26 15:00:23 +00:00

18 lines
529 B
Properties

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