소스 검색

Merge pull request #399 from external-secrets/fix/coverage

exclude more files from coverage
paul-the-alien[bot] 5 년 전
부모
커밋
2cf75ddb64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sonar-project.properties

+ 1 - 1
sonar-project.properties

@@ -15,7 +15,7 @@ sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*
 
 
 sonar.tests=.
 sonar.tests=.
 sonar.test.inclusions=**/*_test.go
 sonar.test.inclusions=**/*_test.go
-sonar.test.exclusions=**/vendor/**,**/*_test.go
+sonar.test.exclusions=**/vendor/**,**/*_test.go,./e2e/**,./apis/**
 sonar.go.coverage.reportPaths=./cover.out
 sonar.go.coverage.reportPaths=./cover.out
 # =====================================================
 # =====================================================
 #   Meta-data for the project
 #   Meta-data for the project