Skip to content

Commit 3c0f9f9

Browse files
authored
chore: clarify that the coverage report isn't for the whole repo (#511)
Changes the message it writes to the GH review comment.
1 parent a3b76b3 commit 3c0f9f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
if: github.event.pull_request.head.repo.fork == false # Forks always have read-only tokens
7676
uses: zgosalvez/github-actions-report-lcov@5989987f8058a03137e90bc16f9c0baaac5e069a # v4.1.22
7777
with:
78+
title-prefix: "e2e/use_release folder:"
7879
working-directory: ${{ env.bazel_testlogs }}
7980
coverage-files: "**/coverage.dat"
8081
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)