From 9a5a2dd95429919b89540e211c218386571efb03 Mon Sep 17 00:00:00 2001 From: Johannes Edmeier Date: Mon, 23 Dec 2024 12:20:00 +0100 Subject: [PATCH] build: use coverage from e2e tests in sonar --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a822d11..4d58cb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: e2e-coverage-${{ matrix.e2e-runtime }} - path: | - e2e/e2e-coverage-*.out + path: e2e/e2e-coverage-*.out if-no-files-found: error retention-days: 3 @@ -69,7 +68,6 @@ jobs: go_version: '1.23' build_linux_packages: true VERSION_BUMPER_APPID: ${{ vars.GH_APP_STEADYBIT_APP_ID }} - coverage_artifacts_pattern: e2e-coverage-* secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} PAT_TOKEN_EXTENSION_DEPLOYER: ${{ secrets.PAT_TOKEN_EXTENSION_DEPLOYER }}