From 93f3254948b1b60924c1155ae9c09dbb926c36d4 Mon Sep 17 00:00:00 2001 From: Grey Elerson Date: Tue, 23 Jul 2024 16:17:49 -0600 Subject: [PATCH] ci: revert last commit --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index d735287..492f8cd 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -19,7 +19,7 @@ jobs: - name: Get Codecov report URL run: | - response=$( curl -s https://codecov.io/api/v2/github/${{ github.repository }}/commit/${{ github.sha }} ) + response=$(curl -s https://codecov.io/api/v2/github/${{ github.repository }}/commit/${{ github.sha }}) report_url=$(echo $response | jq -r '.commit.uploader.coverage.lcov') echo "REPORT_URL=$report_url" >> $GITHUB_ENV