There was an error while loading. Please reload this page.
1 parent b4ef7fc commit 5f71f55Copy full SHA for 5f71f55
1 file changed
.github/workflows/ci-tests-e2e-coverage.yaml
@@ -28,6 +28,7 @@ jobs:
28
- name: Checkout sources for genhtml
29
uses: actions/checkout@v7
30
with:
31
+ ref: ${{ github.event.workflow_run.head_sha }}
32
sparse-checkout: |
33
src
34
packages
@@ -122,6 +123,9 @@ jobs:
122
123
124
files: coverage/playwright/coverage.lcov
125
flags: e2e
126
+ override_branch: ${{ github.event.workflow_run.head_branch }}
127
+ override_commit: ${{ github.event.workflow_run.head_sha }}
128
+ override_pr: ${{ github.event.workflow_run.pull_requests[0].number }}
129
token: ${{ secrets.CODECOV_TOKEN }}
130
fail_ci_if_error: false
131
0 commit comments