Skip to content

Commit

Permalink
use tip of PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tgummerer committed Oct 14, 2024
1 parent 85b6d12 commit 35bda57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,11 +472,6 @@ jobs:
pattern: coverage-*
merge-multiple: true
path: coverage
- name: Set codecov PR base
run: |
curl -Os https://cli.codecov.io/latest/linux/codecov
sudo chmod +x codecov
./codecov pr-base-picking --base-sha "$(git ls-remote https://github.com/pulumi/pulumi refs/heads/master | cut -f 1)" --pr ${{ github.event.number }} --slug pulumi/pulumi --token ${{ secrets.CODECOV_TOKEN }} --service github
- name: Upload code coverage
uses: codecov/codecov-action@v4
with:
Expand All @@ -485,8 +480,6 @@ jobs:
fail_ci_if_error: false
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
override_commit: ${{ github.sha }}
override_pr: ${{ github.event.number }}
build-release-binaries:
# This overwrites the previously built testing binaries with versions without coverage.
name: Rebuild binaries
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
permissions:
contents: read
with:
ref: ${{ github.ref }}
ref: ${{ github.head_ref }}
is-snapshot: true
secrets: inherit

Expand Down
1 change: 0 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ coverage:
# Project tracks and reports the project-level coverage.
project:
default:
base: latest
informational: true

# Pulumi core
Expand Down

0 comments on commit 35bda57

Please sign in to comment.