We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f2678 commit 1d507a1Copy full SHA for 1d507a1
1 file changed
.github/workflows/ci.yml
@@ -371,10 +371,10 @@ jobs:
371
env:
372
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
373
PR_NUMBER: ${{ github.event.pull_request.number }}
374
+ PR_COVERAGE_REPORT: ${{ steps.pr_coverage_check.outputs.PR_COVERAGE_REPORT }}
375
run: |
376
MARKER="<!-- gemini-coverage-comment -->"
377
BODY=$(cat ./coverage-reports/coverage-summary.md)
- PR_COVERAGE_REPORT="${{ steps.pr_coverage_check.outputs.PR_COVERAGE_REPORT }}"
378
379
COMMENT_BODY="$MARKER
380
$PR_COVERAGE_REPORT
0 commit comments