exclude mocks and protogen from coverage reports
This commit is contained in:
@@ -37,5 +37,5 @@ sonar.go.golangci-lint.reportPaths=cache/checkstyle/app-provider_checkstyle.xml,
|
||||
|
||||
# Exclude files
|
||||
sonar.exclusions=**/third_party,docs/**,changelog/**,*/pkg/assets/embed.go,idp/assets/identifier/**,**/package.json,**/rollup.config.js,CHANGELOG.md,**/pkg/proto/**/*.pb.*,deployments/**,tests/**,vendor-bin/**,README.md,**/mocks/
|
||||
sonar.coverage.exclusions=**/*_test.go
|
||||
sonar.coverage.exclusions=**/*_test.go,**mocks/**,/protogen/**
|
||||
sonar.cpd.exclusions=**/*_test.go
|
||||
|
||||
Reference in New Issue
Block a user