Skip to content

Commit

Permalink
test: exclude coverage for test/*.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Mar 25, 2022
1 parent 4dafa5b commit fb4cc36
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 @@ -21,4 +21,4 @@ sonar.test.exclusions=
#sonar.go.tests.reportPaths=.tmp/report/certificate-authority.report.json,.tmp/report/cloud2cloud-connector.report.json,.tmp/report/cloud2cloud-gateway.report.json,.tmp/report/coap-gateway.report.json,.tmp/report/grpc-gateway.report.json,.tmp/report/http-gateway.report.json,.tmp/report/identity-store.report.json,.tmp/report/resource-aggregate.report.json,.tmp/report/resource-directory.report.json

sonar.go.coverage.reportPaths=.tmp/coverage/*.coverage.txt
sonar.coverage.exclusions=bundle/**/*,charts/**/*,http-gateway/grpc-websocket/**/*,http-gateway/web/**/*,**/main.go,**/*.pb.go,**/*.pb.gw.go,**/*.js,**/*.py,test/coap-gateway/**/*
sonar.coverage.exclusions=bundle/**/*,charts/**/*,http-gateway/grpc-websocket/**/*,http-gateway/web/**/*,**/main.go,**/*.pb.go,**/*.pb.gw.go,**/*.js,**/*.py,test/coap-gateway/**/*,test/*.go

0 comments on commit fb4cc36

Please sign in to comment.