From feacc310d68349158ee27803bb4480b9189d2d82 Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Thu, 12 Sep 2024 12:28:07 +0200 Subject: [PATCH] Pass only merged report --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index d0ee672df21..6dbda8b8b9e 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -145,7 +145,7 @@ jobs: -Dsonar.coverage.exclusions=**/*_test.go,**/mock/* -Dsonar.test.inclusions=**/*_test.go -Dsonar.tests=. - -Dsonar.go.coverage.reportPaths=coverage/*.cov + -Dsonar.go.coverage.reportPaths=coverage/gateway-all.cov -Dsonar.go.golangci-lint.reportPaths=golanglint.xml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}