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 47a7bb5 commit fb564c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ jobs:
merge-multiple: true
- name: Install codecov cli
run: |
python3 -m pip install coverage
curl -Os https://cli.codecov.io/latest/linux/codecov
chmod +x codecov
- name: Upload to codecov
run: |
export PR=${{ github.event.workflow_run.pull_requests[0].number }}
echo $PR
export CODECOV_NAME=CI-$PR-${{ github.sha }}
if [ -n "${PR}" ]; then export PR="-P ${PR}"; fi
export SHA=${{ github.event.workflow_run.head_sha }}
Expand Down

0 comments on commit fb564c3

Please sign in to comment.