Skip to content

Commit

Permalink
Exclude cmd files from coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg committed Aug 25, 2023
1 parent f043ab6 commit ea466e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sonar.go.exclusions=**/vendor/**

sonar.sources=.
sonar.exclusions=**/*_test.go,examples/**,**.pb.go
sonar.coverage.exclusions=examples/**,**.pb.go, **/cmd/*.go

sonar.tests=.
sonar.test.inclusions=**/*_test.go
Expand Down

0 comments on commit ea466e6

Please sign in to comment.