Skip to content

Commit

Permalink
try to force branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Aug 23, 2024
1 parent 8311c53 commit da30213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ jobs:
# because we run pull_request, we need to tell codecov the base of the
# comparison
commit_parent: ${{ steps.resolve-base.outputs.base_sha }}
# codecov seems to calculate the branch unreliably for forks, so we set this explicitly
override_branch: ${{ github.repository == 'PyO3/pyo3' && github.head_ref || format('{0}/{1}', github.repository, github.head_ref) }}

emscripten:
name: emscripten
Expand Down

0 comments on commit da30213

Please sign in to comment.