Skip to content

Commit e19d1a4

Browse files
committed
Add information about branch and commit into coverage uploading
1 parent 27cc741 commit e19d1a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-coverage-upload.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
- name: Upload coverage reports to Codecov
3434
uses: codecov/codecov-action@v4
3535
with:
36+
override_branch: ${{ github.event.workflow_run.head_branch }}
37+
override_commit: ${{ github.event.workflow_run.head_sha }}
3638
override_pr: ${{ steps.trigger.outputs.pr-number }}
3739
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)