1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

watch tests in pkg instead of .

This commit is contained in:
Lucas Severo Alves 2021-09-28 18:41:52 +02:00 committed by GitHub
parent 684f8733b5
commit e48dd2a2be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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