From 532e2f30c21a581cad2d29e6a4c94882b9566c4e Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Fri, 25 Oct 2024 08:55:36 -0400 Subject: [PATCH] Fix coverage artifact name in Sonar workflow Signed-off-by: Timothy Johnson --- .github/workflows/sonar.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 8d08046c1..8969d73a5 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -21,7 +21,8 @@ jobs: - name: Configure Sonar Scan uses: zowe-actions/octorelease/script@v1 env: - COVERAGE_ARTIFACT: "ubuntu-latest-18.x-results:__tests__/__results__" + COVERAGE_ARTIFACT: "ubuntu-22.04-20.x-results:__tests__/__results__" + # COVERAGE_ARTIFACT: "ubuntu-latest-20.x-results:__tests__/__results__" with: script: sonarConfig