Skip to content

Commit 111b10a

Browse files
committed
Update sonar-project.properties
1 parent aaac198 commit 111b10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ sonar.exclusions=**/*_test.go,**/vendor/**
1515
sonar.tests=.
1616
sonar.test.inclusions=**/*_test.go
1717
sonar.go.tests.reportPaths=tests.out
18-
sonar.go.coverage.reportPaths=coverage.out
18+
sonar.go.coverage.reportPaths=./coverage/full.cov
1919
sonar.go.golangci-lint.reportPaths=linters.out

0 commit comments

Comments
 (0)