Explorar el Código

Merge pull request #401 from external-secrets/text/change-path

watch tests in pkg instead of .
paul-the-alien[bot] hace 4 años
padre
commit
c7f17347ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sonar-project.properties

+ 1 - 1
sonar-project.properties

@@ -13,7 +13,7 @@ sonar.organization=external-secrets
 sonar.sources=.
 sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*
 
-sonar.tests=.
+sonar.tests=./pkg/**
 sonar.test.inclusions=**/*_test.go
 sonar.test.exclusions=**/vendor/**,**/*_test.go,./e2e/**,./apis/**
 sonar.go.coverage.reportPaths=./cover.out