mirror of
https://github.com/outbackdingo/cluster-api-provider-proxmox.git
synced 2026-01-27 02:18:32 +00:00
18 lines
529 B
Properties
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
|