chore(tests): exlude tests for sonarqube
This commit is contained in:
@@ -6,7 +6,7 @@ sonar.go.tests.reportPaths=gotest.json
|
||||
sonar.go.coverage.reportPaths=coverprofile.out
|
||||
|
||||
# excludde
|
||||
sonar.exclusions=doc/**
|
||||
sonar.exclusions=doc/**,**/*_test.go
|
||||
sonar.coverage.exclusions=doc/**,**/*_test.go
|
||||
|
||||
# This is the name and version displayed in the SonarCloud UI.
|
||||
|
Reference in New Issue
Block a user