Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sonar config for new tests layout #308

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ sonar.organization=cosmos
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

# All golang artifacts
sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*,**/*.pb.go,**/*.pb.gw.go,**/vue/**/*,**/integration-tests/**/*

# Do not calculate coverage metrics for statements in these files
sonar.exclusions=**/*_test.go,**/vendor/**,**/*.pb.go,**/*.pb.gw.go,proto,integration-tests,testutil
sonar.tests=.
# Run unit and e2e tests, but not integration tests
sonar.test.inclusions=**/*_test.go
# Do not run any vendor tests
sonar.test.exclusions=**/vendor/**
sonar.go.coverage.reportPaths=coverage.out