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 27cc741 commit e19d1a4Copy full SHA for e19d1a4
.github/workflows/code-coverage-upload.yml
@@ -33,5 +33,7 @@ jobs:
33
- name: Upload coverage reports to Codecov
34
uses: codecov/codecov-action@v4
35
with:
36
+ override_branch: ${{ github.event.workflow_run.head_branch }}
37
+ override_commit: ${{ github.event.workflow_run.head_sha }}
38
override_pr: ${{ steps.trigger.outputs.pr-number }}
39
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments