Skip to content

Commit 5db45d6

Browse files
authored
Use github.repository for codecov upload target (#2364)
Summary: Use github.repository for codecov upload target This complements the changes in #2363 to make the GitHub actions easily parameterized for any forks. Relevant Issues: N/A Type of change: /kind cleanup Test Plan: Reviewed this syntax against GH's documentation Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 57e15b3 commit 5db45d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
# Github actions container runner creates a docker network without IPv6 support. We enable it manually.
8787
sysctl -w net.ipv6.conf.lo.disable_ipv6=0
88-
./ci/collect_coverage.sh -u -b main -c "$(git rev-parse HEAD)" -r pixie-io/pixie
88+
./ci/collect_coverage.sh -u -b main -c "$(git rev-parse HEAD)" -r ${{ github.repository }}
8989
generate-matrix:
9090
needs: [authorize, env-protect-setup, get-dev-image]
9191
runs-on: oracle-vm-16cpu-64gb-x86-64

0 commit comments

Comments
 (0)