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 a3b76b3 commit 3c0f9f9Copy full SHA for 3c0f9f9
.github/workflows/ci.yaml
@@ -75,6 +75,7 @@ jobs:
75
if: github.event.pull_request.head.repo.fork == false # Forks always have read-only tokens
76
uses: zgosalvez/github-actions-report-lcov@5989987f8058a03137e90bc16f9c0baaac5e069a # v4.1.22
77
with:
78
+ title-prefix: "e2e/use_release folder:"
79
working-directory: ${{ env.bazel_testlogs }}
80
coverage-files: "**/coverage.dat"
81
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments