Skip to content

Commit

Permalink
[#16] .Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasObenaus committed Feb 17, 2020
1 parent fa80532 commit 20d8bb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ sonar.projectKey=supplyon_gremcos
sonar.projectName=gremcos

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

sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**,**/test/mocks/**
sonar.go.coverage.reportPaths=coverage.out
sonar.go.tests.reportPaths=test-report.out
#sonar.test.exclusions=**/vendor/**,**/test/mocks/**
#sonar.go.coverage.reportPaths=coverage.out
#sonar.go.tests.reportPaths=test-report.out

0 comments on commit 20d8bb3

Please sign in to comment.