Skip to content

Commit b8142d8

Browse files
committed
adjust sonar-scanner params
1 parent d5e477d commit b8142d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sonar.projectKey=simukti_sqldb-logger
2+
sonar.organization=simukti
23
sonar.projectName=sqldb-logger
34
sonar.issuesReport.html.enable=true
45
sonar.sources=.

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ls -d logadapter/* | xargs -I {} bash -c "cd '{}' \
1010
&& rm coverage.out"
1111
# for go repo with nested modules, remove repo prefix, otherwise goveralls will failed.
1212
sed -i -e 's/github.com\/simukti\/sqldb-logger/./g' coverage.out
13-
sonar-scanner
13+
sonar-scanner -X

0 commit comments

Comments
 (0)