From: Trevor Tao Date: Fri, 10 Jan 2020 02:46:23 +0000 (+0800) Subject: Restore the sonar config to just use the default X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=9e84e82b5f37cdc1974f9b7f4498d9419ee8dce2;ds=sidebyside Restore the sonar config to just use the default Remove the unneccesary sonar config as those files are not available now, and we can just use the default Signed-off-by: Trevor Tao Change-Id: I248f4f2762d3ebaae9493df000f7ed3b4d010f2d Signed-off-by: Trevor Tao --- diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 335ac1e..5b8db9f 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -100,15 +100,6 @@ sonar.test.inclusions=**/*_test.go sonar.test.exclusions=**/vendor/** - # Unit tests - sonar.go.coverage.reportPaths=iec-coverage.xml - sonar.go.tests.reportPaths=iec-tests.xml - - # Importing External Issues - sonar.go.govet.reportPaths=iec-govet.xml - sonar.go.golint.reportPaths=iec-golint.xml - sonar.go.gometalinter.reportPaths=iec-gometalinter.xml - sonar.go.golangci-lint.reportPaths=iec-golangci-lint.xml ############## # PARAMETERS #