mirror of
https://github.com/outbackdingo/cluster-api-provider-proxmox.git
synced 2026-01-27 10:18:38 +00:00
sonar: fix paths (#93)
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
sonar.projectKey=ionos-cloud_cluster-api-provider-proxmox
|
||||
sonar.organization=ionos-cloud
|
||||
|
||||
# Source and test files are in the same directories
|
||||
sonar.sources=.
|
||||
sonar.exclusions=**/*_test.go,**/mock_*.go,**/zz_generated*.go,templates/crs/cni/**
|
||||
sonar.tests=.
|
||||
|
||||
sonar.tests.inclusions=**/*_test.go
|
||||
sonar.tests.exclusions=**/mock_*.go,**/envtest*.go
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user