Skip to content

Commit

Permalink
chore: exclude unit coverage for mock directories
Browse files Browse the repository at this point in the history
  • Loading branch information
l-qing committed Sep 2, 2022
1 parent db9f9f0 commit ff3509e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.coverage.dtdVerification=false
sonar.sourceEncoding=UTF-8

sonar.sources=.
sonar.exclusions=vendor/**,test/**,**/*_generated*go,**/generated.pb.go,**/*.md,bin/*,testbin/*
sonar.exclusions=vendor/**,test/**,**/*_generated*go,**/generated.pb.go,./testing/mock/**,**/*.md,bin/*,testbin/*

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

0 comments on commit ff3509e

Please sign in to comment.