Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Dec 12, 2024
1 parent beb7b55 commit 7950775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
chmod +x codecov
- name: Upload to codecov
run: |
echo ${{ github.event.workflow_run.head_branch }}
PR2=`gh pr view ${{ github.event.workflow_run.head_branch }} --json number -q .number`
echo $PR2
export PR=${{ github.event.workflow_run.pull_requests[0].number }}
export SHA=${{ github.event.workflow_run.head_sha }}
export VARARGS="-n github"
Expand Down

0 comments on commit 7950775

Please sign in to comment.