chore(tests): exlude tests for sonarqube

This commit is contained in:
2024-11-25 23:11:14 +01:00
parent ad16005091
commit fc335247f8

View File

@@ -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.