Skip to content

Commit 63ae4e9

Browse files
authored
Update codecov.yml
1 parent be4eac4 commit 63ae4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Upload to codecov
4545
run: |
4646
# github's webhooks for workflow_run are unreliable, this guarantees to pull the PR number if a PR
47-
OWNER = "${FULL_NAME%/$NAME}"
47+
OWNER="${FULL_NAME%/$NAME}"
4848
if [ "${{ github.repository_owner }}" != "${OWNER}" ]; then BRANCH="${OWNER}:${BRANCH}"; fi
4949
if [ $(git branch --show-current) != $BRANCH ]; then PR=$(gh pr view $BRANCH --json number -q .number); fi
5050
echo uploading $BRANCH

0 commit comments

Comments
 (0)