mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Merge pull request #398 from external-secrets/fix/coverage
Update sonar-project.properties
This commit is contained in:
commit
652612d27d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*
|
|||
|
||||
sonar.tests=.
|
||||
sonar.test.inclusions=**/*_test.go
|
||||
sonar.test.exclusions=**/vendor/**
|
||||
sonar.test.exclusions=**/vendor/**,**/*_test.go
|
||||
sonar.go.coverage.reportPaths=./cover.out
|
||||
# =====================================================
|
||||
# Meta-data for the project
|
||||
|
|
Loading…
Reference in a new issue