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 9f22b06 commit c37d31fCopy full SHA for c37d31f
.github/workflows/codecov.yml
@@ -46,6 +46,7 @@ jobs:
46
chmod +x codecov
47
- name: Upload to codecov
48
run: |
49
+ echo $GITHUB_REF
50
export PR=${{ github.event.workflow_run.pull_requests[0].number }}
51
export SHA=${{ github.event.workflow_run.head_sha }}
52
export VARARGS="-n github"
0 commit comments