Skip to content

Commit

Permalink
[#16] .Update sonar files
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasObenaus committed Feb 17, 2020
1 parent 977613e commit 22c5161
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ sonar.organization=supplyon
sonar.projectKey=supplyon_gremcos
sonar.projectName=gremcos

sonar.sources=.
sonar.sources=./
sonar.exclusions=**/*_test.go,**/vendor/**,**/test/mocks/**
sonar.sources.inclusions=**/**.go

sonar.tests=.
sonar.tests=./
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**,**/test/mocks/**
sonar.go.coverage.reportPaths=coverage.out
Expand Down

0 comments on commit 22c5161

Please sign in to comment.