Skip to content

Commit

Permalink
[#200] Extend sonar.test.inclusion pattern to all kinds of test doubles
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Feb 1, 2023
1 parent e0f3cac commit 49983d3
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 @@ -9,7 +9,7 @@ sonar.language=go
sonar.sources=src
sonar.inclusions=**/*.go
sonar.tests=src
sonar.test.inclusions=**/*_test.go,**/*_test_data_builder.go,**/*_test_fake.go,**/*_test_util.go
sonar.test.inclusions=**/*_test.go,**/*_test_data_builder.go,**/*_test_double.go,**/*_test_dummy.go,**/*_test_stub.go,**/*_test_spy.go,**/*_test_mock.go,**/*_test_fake.go,**/*_test_util.go
sonar.exclusions=**/testdata/**
sonar.go.coverage.reportPaths=**/coverage-sonar.out
# Encoding of the source code. Default is default system encoding
Expand Down

0 comments on commit 49983d3

Please sign in to comment.