Skip to content

Commit

Permalink
Update code-coverage-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Feb 4, 2025
1 parent e093526 commit aa369f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
run: |
# url of run, to use for summary
# the api call returns the url of the job which does not show the summary, so we change it to the run url instead, which does.
MAIN_URL=$(gh api -X GET -F 'filter=latest' -F 'status=completed' -F 'check_name=Documentation' \
MAIN_URL=$(gh api -X GET -F 'filter=latest' -F 'status=completed' -F 'check_name=Documentation Coverage' \
-H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" \
/repos/conjure-cp/conjure-oxide/commits/main/check-runs |\
jq '.check_runs[0] | .html_url | split("/")[0:-2] | join("/")')
Expand Down

0 comments on commit aa369f1

Please sign in to comment.