From 90110d7552066019f1c43a7ddd3be551af549013 Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Sun, 26 Apr 2026 19:32:07 -0700 Subject: [PATCH] Use github.repository for codecov upload target Signed-off-by: Dom Del Nano --- .github/workflows/build_and_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 58d51489c78..13c070af423 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -85,7 +85,7 @@ jobs: run: | # Github actions container runner creates a docker network without IPv6 support. We enable it manually. sysctl -w net.ipv6.conf.lo.disable_ipv6=0 - ./ci/collect_coverage.sh -u -b main -c "$(git rev-parse HEAD)" -r pixie-io/pixie + ./ci/collect_coverage.sh -u -b main -c "$(git rev-parse HEAD)" -r ${{ github.repository }} generate-matrix: needs: [authorize, env-protect-setup, get-dev-image] runs-on: oracle-vm-16cpu-64gb-x86-64