Skip to content

Commit

Permalink
ci: revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
elersong committed Jul 23, 2024
1 parent fe50790 commit 93f3254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93f3254

Please sign in to comment.